is not current version
Last Version 1.4.1

com.github.racaljk:bc2json 1.3.0

Convert java bytecode to json representation

Categories

Categories

JSON Data
GroupId

GroupId

com.github.racaljk
ArtifactId

ArtifactId

bc2json
Version

Version

1.3.0
Type

Type

jar

Download bc2json 1.3.0


<!-- https://jarcasting.com/artifacts/com.github.racaljk/bc2json/ -->
<dependency>
    <groupId>com.github.racaljk</groupId>
    <artifactId>bc2json</artifactId>
    <version>1.3.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.racaljk/bc2json/
implementation 'com.github.racaljk:bc2json:1.3.0'
// https://jarcasting.com/artifacts/com.github.racaljk/bc2json/
implementation ("com.github.racaljk:bc2json:1.3.0")
'com.github.racaljk:bc2json:jar:1.3.0'
<dependency org="com.github.racaljk" name="bc2json" rev="1.3.0">
  <artifact name="bc2json" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.racaljk', module='bc2json', version='1.3.0')
)
libraryDependencies += "com.github.racaljk" % "bc2json" % "1.3.0"
[com.github.racaljk/bc2json "1.3.0"]