License |
License |
---|---|
Categories |
CategoriesJSON Data |
GroupId | GroupIdorg.meeuw |
ArtifactId | ArtifactIdmihxil-json-core |
Version | Version0.9 |
Type | Typejar |
Description |
DescriptionJson-related utilities
|
Filename | Size |
---|---|
mihxil-json-core-0.9.pom | |
mihxil-json-core-0.9.jar | 18 KB |
mihxil-json-core-0.9-sources.jar | 8 KB |
mihxil-json-core-0.9-javadoc.jar | 83 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.meeuw/mihxil-json-core/ -->
<dependency>
<groupId>org.meeuw</groupId>
<artifactId>mihxil-json-core</artifactId>
<version>0.9</version>
</dependency>
// https://jarcasting.com/artifacts/org.meeuw/mihxil-json-core/
implementation 'org.meeuw:mihxil-json-core:0.9'
// https://jarcasting.com/artifacts/org.meeuw/mihxil-json-core/
implementation ("org.meeuw:mihxil-json-core:0.9")
'org.meeuw:mihxil-json-core:jar:0.9'
<dependency org="org.meeuw" name="mihxil-json-core" rev="0.9">
<artifact name="mihxil-json-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.meeuw', module='mihxil-json-core', version='0.9')
)
libraryDependencies += "org.meeuw" % "mihxil-json-core" % "0.9"
[org.meeuw/mihxil-json-core "0.9"]
Group / Artifact | Type | Version |
---|---|---|
com.fasterxml.jackson.core : jackson-core | jar | 2.8.6 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |
org.mockito : mockito-core | jar | 2.7.0 |