License |
License |
---|---|
GroupId | GroupIdorg.api-typeable-pojos |
ArtifactId | ArtifactIdatp-api |
Last Version | Last Version0.6.1 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionATP - API
API Typeable POJOs (ATP) is meant to be simple and light-weight framework to help users develop applications with large inheritance hierarchies in their API interfaces.
|
Filename | Size |
---|---|
atp-api-0.6.1.pom | |
atp-api-0.6.1.jar | 2 KB |
atp-api-0.6.1-sources.jar | 2 KB |
atp-api-0.6.1-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.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.api-typeable-pojos/atp-api/
implementation 'org.api-typeable-pojos:atp-api:0.6.1'
// https://jarcasting.com/artifacts/org.api-typeable-pojos/atp-api/
implementation ("org.api-typeable-pojos:atp-api:0.6.1")
'org.api-typeable-pojos:atp-api:jar:0.6.1'
<dependency org="org.api-typeable-pojos" name="atp-api" rev="0.6.1">
<artifact name="atp-api" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.api-typeable-pojos', module='atp-api', version='0.6.1')
)
libraryDependencies += "org.api-typeable-pojos" % "atp-api" % "0.6.1"
[org.api-typeable-pojos/atp-api "0.6.1"]