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