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