GroupId | GroupIdorg.api-typeable-pojos |
---|---|
ArtifactId | ArtifactIdatp-api |
Version | Version0.6 |
Type | Typejar |
Filename | Size |
---|---|
atp-api-0.6.pom | |
atp-api-0.6.jar | 2 KB |
atp-api-0.6-sources.jar | 2 KB |
atp-api-0.6-javadoc.jar | 21 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.api-typeable-pojos/atp-api/ -->
<dependency>
<groupId>org.api-typeable-pojos</groupId>
<artifactId>atp-api</artifactId>
<version>0.6</version>
</dependency>
// https://jarcasting.com/artifacts/org.api-typeable-pojos/atp-api/
implementation 'org.api-typeable-pojos:atp-api:0.6'
// https://jarcasting.com/artifacts/org.api-typeable-pojos/atp-api/
implementation ("org.api-typeable-pojos:atp-api:0.6")
'org.api-typeable-pojos:atp-api:jar:0.6'
<dependency org="org.api-typeable-pojos" name="atp-api" rev="0.6">
<artifact name="atp-api" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.api-typeable-pojos', module='atp-api', version='0.6')
)
libraryDependencies += "org.api-typeable-pojos" % "atp-api" % "0.6"
[org.api-typeable-pojos/atp-api "0.6"]