License |
License |
---|---|
GroupId | GroupIdorg.api-typeable-pojos |
ArtifactId | ArtifactIdorg.api-typeable-pojos |
Last Version | Last Version0.7 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionAPI Typeable POJOs (ATP) (Build POM)
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 |
---|---|
org.api-typeable-pojos-0.7.pom | 3 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.api-typeable-pojos/org.api-typeable-pojos/ -->
<dependency>
<groupId>org.api-typeable-pojos</groupId>
<artifactId>org.api-typeable-pojos</artifactId>
<version>0.7</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.api-typeable-pojos/org.api-typeable-pojos/
implementation 'org.api-typeable-pojos:org.api-typeable-pojos:0.7'
// https://jarcasting.com/artifacts/org.api-typeable-pojos/org.api-typeable-pojos/
implementation ("org.api-typeable-pojos:org.api-typeable-pojos:0.7")
'org.api-typeable-pojos:org.api-typeable-pojos:pom:0.7'
<dependency org="org.api-typeable-pojos" name="org.api-typeable-pojos" rev="0.7">
<artifact name="org.api-typeable-pojos" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.api-typeable-pojos', module='org.api-typeable-pojos', version='0.7')
)
libraryDependencies += "org.api-typeable-pojos" % "org.api-typeable-pojos" % "0.7"
[org.api-typeable-pojos "0.7"]