License |
License |
---|---|
GroupId | GroupIdcom.google.code.joto |
ArtifactId | ArtifactIdjoto-parent |
Version | Version1.0.0 |
Type | Typepom |
Description |
Descriptionjoto-parent
joto (Java Object To cOde) library's parent pom
|
Filename | Size |
---|---|
joto-parent-1.0.0.pom | 4 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.google.code.joto/joto-parent/ -->
<dependency>
<groupId>com.google.code.joto</groupId>
<artifactId>joto-parent</artifactId>
<version>1.0.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.google.code.joto/joto-parent/
implementation 'com.google.code.joto:joto-parent:1.0.0'
// https://jarcasting.com/artifacts/com.google.code.joto/joto-parent/
implementation ("com.google.code.joto:joto-parent:1.0.0")
'com.google.code.joto:joto-parent:pom:1.0.0'
<dependency org="com.google.code.joto" name="joto-parent" rev="1.0.0">
<artifact name="joto-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.google.code.joto', module='joto-parent', version='1.0.0')
)
libraryDependencies += "com.google.code.joto" % "joto-parent" % "1.0.0"
[com.google.code.joto/joto-parent "1.0.0"]