Categories |
CategoriesJSON Data |
---|---|
GroupId | GroupIdcom.mikerusoft |
ArtifactId | ArtifactIdjsonable |
Version | Version1.2.5 |
Type | Typejar |
Filename | Size |
---|---|
jsonable-1.2.5.pom | |
jsonable-1.2.5.jar | 68 KB |
jsonable-1.2.5-sources.jar | 40 KB |
jsonable-1.2.5-javadoc.jar | 258 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.mikerusoft/jsonable/ -->
<dependency>
<groupId>com.mikerusoft</groupId>
<artifactId>jsonable</artifactId>
<version>1.2.5</version>
</dependency>
// https://jarcasting.com/artifacts/com.mikerusoft/jsonable/
implementation 'com.mikerusoft:jsonable:1.2.5'
// https://jarcasting.com/artifacts/com.mikerusoft/jsonable/
implementation ("com.mikerusoft:jsonable:1.2.5")
'com.mikerusoft:jsonable:jar:1.2.5'
<dependency org="com.mikerusoft" name="jsonable" rev="1.2.5">
<artifact name="jsonable" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.mikerusoft', module='jsonable', version='1.2.5')
)
libraryDependencies += "com.mikerusoft" % "jsonable" % "1.2.5"
[com.mikerusoft/jsonable "1.2.5"]