License |
License |
---|---|
GroupId | GroupIdcom.google.code.joto |
ArtifactId | ArtifactIdjoto-core |
Last Version | Last Version1.0.0 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionjoto-core
joto (Java Object To cOde) library's core classes.
|
Filename | Size |
---|---|
joto-core-1.0.0.pom | |
joto-core-1.0.0.jar | 36 KB |
joto-core-1.0.0-sources.jar | 22 KB |
joto-core-1.0.0-javadoc.jar | 139 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.google.code.joto/joto-core/ -->
<dependency>
<groupId>com.google.code.joto</groupId>
<artifactId>joto-core</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.google.code.joto/joto-core/
implementation 'com.google.code.joto:joto-core:1.0.0'
// https://jarcasting.com/artifacts/com.google.code.joto/joto-core/
implementation ("com.google.code.joto:joto-core:1.0.0")
'com.google.code.joto:joto-core:jar:1.0.0'
<dependency org="com.google.code.joto" name="joto-core" rev="1.0.0">
<artifact name="joto-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.google.code.joto', module='joto-core', version='1.0.0')
)
libraryDependencies += "com.google.code.joto" % "joto-core" % "1.0.0"
[com.google.code.joto/joto-core "1.0.0"]
Group / Artifact | Type | Version |
---|---|---|
com.google.code.joto : joto-exportable | jar | 1.0.0 |
Group / Artifact | Type | Version |
---|---|---|
commons-lang : commons-lang | jar | 2.0 |
junit : junit | jar | 4.6 |
org.jmock : jmock | jar | 2.5.1 |
org.jmock : jmock-junit4 | jar | 2.5.1 |