Categories |
CategoriesAnt Build Tools |
---|---|
GroupId | GroupIdcom.codepoetics |
ArtifactId | ArtifactIdphantom-pojo |
Version | Version0.2 |
Type | Typejar |
Filename | Size |
---|---|
phantom-pojo-0.2.pom | |
phantom-pojo-0.2.jar | 24 KB |
phantom-pojo-0.2-sources.jar | 10 KB |
phantom-pojo-0.2-javadoc.jar | 81 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.codepoetics/phantom-pojo/ -->
<dependency>
<groupId>com.codepoetics</groupId>
<artifactId>phantom-pojo</artifactId>
<version>0.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.codepoetics/phantom-pojo/
implementation 'com.codepoetics:phantom-pojo:0.2'
// https://jarcasting.com/artifacts/com.codepoetics/phantom-pojo/
implementation ("com.codepoetics:phantom-pojo:0.2")
'com.codepoetics:phantom-pojo:jar:0.2'
<dependency org="com.codepoetics" name="phantom-pojo" rev="0.2">
<artifact name="phantom-pojo" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.codepoetics', module='phantom-pojo', version='0.2')
)
libraryDependencies += "com.codepoetics" % "phantom-pojo" % "0.2"
[com.codepoetics/phantom-pojo "0.2"]