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