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