GroupId | GroupIdorg.pojomatic |
---|---|
ArtifactId | ArtifactIdpojomatic |
Version | Version0.1 |
Type | Typejar |
Filename | Size |
---|---|
pojomatic-0.1.pom | |
pojomatic-0.1.jar | 26 KB |
pojomatic-0.1-sources.jar | 17 KB |
pojomatic-0.1-javadoc.jar | 139 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.pojomatic/pojomatic/ -->
<dependency>
<groupId>org.pojomatic</groupId>
<artifactId>pojomatic</artifactId>
<version>0.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.pojomatic/pojomatic/
implementation 'org.pojomatic:pojomatic:0.1'
// https://jarcasting.com/artifacts/org.pojomatic/pojomatic/
implementation ("org.pojomatic:pojomatic:0.1")
'org.pojomatic:pojomatic:jar:0.1'
<dependency org="org.pojomatic" name="pojomatic" rev="0.1">
<artifact name="pojomatic" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.pojomatic', module='pojomatic', version='0.1')
)
libraryDependencies += "org.pojomatic" % "pojomatic" % "0.1"
[org.pojomatic/pojomatic "0.1"]