Categories |
CategoriesJSON Data |
---|---|
GroupId | GroupIdcom.github.henryhuang |
ArtifactId | ArtifactIdavrojson |
Version | Version1.8.1 |
Type | Typejar |
Filename | Size |
---|---|
avrojson-1.8.1.pom | |
avrojson-1.8.1.jar | 3 KB |
avrojson-1.8.1-sources.jar | 3 KB |
avrojson-1.8.1-javadoc.jar | 23 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.henryhuang/avrojson/ -->
<dependency>
<groupId>com.github.henryhuang</groupId>
<artifactId>avrojson</artifactId>
<version>1.8.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.henryhuang/avrojson/
implementation 'com.github.henryhuang:avrojson:1.8.1'
// https://jarcasting.com/artifacts/com.github.henryhuang/avrojson/
implementation ("com.github.henryhuang:avrojson:1.8.1")
'com.github.henryhuang:avrojson:jar:1.8.1'
<dependency org="com.github.henryhuang" name="avrojson" rev="1.8.1">
<artifact name="avrojson" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.henryhuang', module='avrojson', version='1.8.1')
)
libraryDependencies += "com.github.henryhuang" % "avrojson" % "1.8.1"
[com.github.henryhuang/avrojson "1.8.1"]