Categories |
CategoriesJSON Data |
---|---|
GroupId | GroupIdcom.butor |
ArtifactId | ArtifactIdbutor-json |
Version | Version0.0.4 |
Type | Typejar |
Filename | Size |
---|---|
butor-json-0.0.4.pom | |
butor-json-0.0.4.jar | 43 KB |
butor-json-0.0.4-sources.jar | 27 KB |
butor-json-0.0.4-javadoc.jar | 161 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.butor/butor-json/ -->
<dependency>
<groupId>com.butor</groupId>
<artifactId>butor-json</artifactId>
<version>0.0.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.butor/butor-json/
implementation 'com.butor:butor-json:0.0.4'
// https://jarcasting.com/artifacts/com.butor/butor-json/
implementation ("com.butor:butor-json:0.0.4")
'com.butor:butor-json:jar:0.0.4'
<dependency org="com.butor" name="butor-json" rev="0.0.4">
<artifact name="butor-json" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.butor', module='butor-json', version='0.0.4')
)
libraryDependencies += "com.butor" % "butor-json" % "0.0.4"
[com.butor/butor-json "0.0.4"]