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