Categories |
CategoriesJSON Data |
---|---|
GroupId | GroupIdcom.matrixshell |
ArtifactId | ArtifactIdjsongenerator |
Version | Version0.0.2 |
Type | Typejar |
Filename | Size |
---|---|
jsongenerator-0.0.2.pom | |
jsongenerator-0.0.2.jar | 9 KB |
jsongenerator-0.0.2-sources.jar | 6 KB |
jsongenerator-0.0.2-javadoc.jar | 396 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.matrixshell/jsongenerator/ -->
<dependency>
<groupId>com.matrixshell</groupId>
<artifactId>jsongenerator</artifactId>
<version>0.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.matrixshell/jsongenerator/
implementation 'com.matrixshell:jsongenerator:0.0.2'
// https://jarcasting.com/artifacts/com.matrixshell/jsongenerator/
implementation ("com.matrixshell:jsongenerator:0.0.2")
'com.matrixshell:jsongenerator:jar:0.0.2'
<dependency org="com.matrixshell" name="jsongenerator" rev="0.0.2">
<artifact name="jsongenerator" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.matrixshell', module='jsongenerator', version='0.0.2')
)
libraryDependencies += "com.matrixshell" % "jsongenerator" % "0.0.2"
[com.matrixshell/jsongenerator "0.0.2"]