Categories |
CategoriesJSON Data |
---|---|
GroupId | GroupIdcom.github.racaljk |
ArtifactId | ArtifactIdbc2json |
Version | Version1.0.1 |
Type | Typejar |
Filename | Size |
---|---|
bc2json-1.0.1.pom | |
bc2json-1.0.1.jar | 118 KB |
bc2json-1.0.1-sources.jar | 53 KB |
bc2json-1.0.1-javadoc.jar | 654 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.racaljk/bc2json/ -->
<dependency>
<groupId>com.github.racaljk</groupId>
<artifactId>bc2json</artifactId>
<version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.racaljk/bc2json/
implementation 'com.github.racaljk:bc2json:1.0.1'
// https://jarcasting.com/artifacts/com.github.racaljk/bc2json/
implementation ("com.github.racaljk:bc2json:1.0.1")
'com.github.racaljk:bc2json:jar:1.0.1'
<dependency org="com.github.racaljk" name="bc2json" rev="1.0.1">
<artifact name="bc2json" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.racaljk', module='bc2json', version='1.0.1')
)
libraryDependencies += "com.github.racaljk" % "bc2json" % "1.0.1"
[com.github.racaljk/bc2json "1.0.1"]