License |
License |
---|---|
Categories |
CategoriesJSON Data ORM |
GroupId | GroupIdcom.hmsonline |
ArtifactId | ArtifactIdjson-transformer |
Last Version | Last Version0.1.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionJSON Transformer
A json-2-json transformer library
|
Project URL |
Project URL |
Filename | Size |
---|---|
json-transformer-0.1.0.pom | |
json-transformer-0.1.0.jar | 9 KB |
json-transformer-0.1.0-sources.jar | 5 KB |
json-transformer-0.1.0-javadoc.jar | 54 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.hmsonline/json-transformer/ -->
<dependency>
<groupId>com.hmsonline</groupId>
<artifactId>json-transformer</artifactId>
<version>0.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.hmsonline/json-transformer/
implementation 'com.hmsonline:json-transformer:0.1.0'
// https://jarcasting.com/artifacts/com.hmsonline/json-transformer/
implementation ("com.hmsonline:json-transformer:0.1.0")
'com.hmsonline:json-transformer:jar:0.1.0'
<dependency org="com.hmsonline" name="json-transformer" rev="0.1.0">
<artifact name="json-transformer" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.hmsonline', module='json-transformer', version='0.1.0')
)
libraryDependencies += "com.hmsonline" % "json-transformer" % "0.1.0"
[com.hmsonline/json-transformer "0.1.0"]
Group / Artifact | Type | Version |
---|---|---|
com.googlecode.json-simple : json-simple | jar | 1.1 |
org.slf4j : slf4j-api | jar | 1.7.2 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.10 |