| GroupId | GroupIdeu.toop |
|---|---|
| ArtifactId | ArtifactIdtoop-playground-ng |
| Version | Version2.0.0-rc3 |
| Type | Typepom |
| Filename | Size |
|---|---|
| toop-playground-ng-2.0.0-rc3.pom | 6 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/eu.toop/toop-playground-ng/ -->
<dependency>
<groupId>eu.toop</groupId>
<artifactId>toop-playground-ng</artifactId>
<version>2.0.0-rc3</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/eu.toop/toop-playground-ng/
implementation 'eu.toop:toop-playground-ng:2.0.0-rc3'
// https://jarcasting.com/artifacts/eu.toop/toop-playground-ng/
implementation ("eu.toop:toop-playground-ng:2.0.0-rc3")
'eu.toop:toop-playground-ng:pom:2.0.0-rc3'
<dependency org="eu.toop" name="toop-playground-ng" rev="2.0.0-rc3">
<artifact name="toop-playground-ng" type="pom" />
</dependency>
@Grapes(
@Grab(group='eu.toop', module='toop-playground-ng', version='2.0.0-rc3')
)
libraryDependencies += "eu.toop" % "toop-playground-ng" % "2.0.0-rc3"
[eu.toop/toop-playground-ng "2.0.0-rc3"]