Categories |
CategoriesJSON Data |
---|---|
GroupId | GroupIdorg.meeuw |
ArtifactId | ArtifactIdmihxil-json-core |
Version | Version0.7 |
Type | Typejar |
Filename | Size |
---|---|
mihxil-json-core-0.7.pom | |
mihxil-json-core-0.7.jar | 20 KB |
mihxil-json-core-0.7-sources.jar | 8 KB |
mihxil-json-core-0.7-javadoc.jar | 87 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.meeuw/mihxil-json-core/ -->
<dependency>
<groupId>org.meeuw</groupId>
<artifactId>mihxil-json-core</artifactId>
<version>0.7</version>
</dependency>
// https://jarcasting.com/artifacts/org.meeuw/mihxil-json-core/
implementation 'org.meeuw:mihxil-json-core:0.7'
// https://jarcasting.com/artifacts/org.meeuw/mihxil-json-core/
implementation ("org.meeuw:mihxil-json-core:0.7")
'org.meeuw:mihxil-json-core:jar:0.7'
<dependency org="org.meeuw" name="mihxil-json-core" rev="0.7">
<artifact name="mihxil-json-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.meeuw', module='mihxil-json-core', version='0.7')
)
libraryDependencies += "org.meeuw" % "mihxil-json-core" % "0.7"
[org.meeuw/mihxil-json-core "0.7"]