Categories |
CategoriesJSON Data fastjson |
---|---|
GroupId | GroupIdio.fastjson |
ArtifactId | ArtifactIdboon-bundle |
Version | Version0.33 |
Type | Typepom |
Filename | Size |
---|---|
boon-bundle-0.33.pom | 13 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.fastjson/boon-bundle/ -->
<dependency>
<groupId>io.fastjson</groupId>
<artifactId>boon-bundle</artifactId>
<version>0.33</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.fastjson/boon-bundle/
implementation 'io.fastjson:boon-bundle:0.33'
// https://jarcasting.com/artifacts/io.fastjson/boon-bundle/
implementation ("io.fastjson:boon-bundle:0.33")
'io.fastjson:boon-bundle:pom:0.33'
<dependency org="io.fastjson" name="boon-bundle" rev="0.33">
<artifact name="boon-bundle" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.fastjson', module='boon-bundle', version='0.33')
)
libraryDependencies += "io.fastjson" % "boon-bundle" % "0.33"
[io.fastjson/boon-bundle "0.33"]