License |
License |
---|---|
Categories |
CategoriesKotlin Languages Net JSON Data |
GroupId | GroupIdnet.pwall.json |
ArtifactId | ArtifactIdjson-kotlin-bom |
Last Version | Last Version0.4 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionJSON Kotlin BOM
BOM for JSON Kotlin and Java libraries
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
json-kotlin-bom-0.4.pom | 3 KB |
Browse |
<!-- https://jarcasting.com/artifacts/net.pwall.json/json-kotlin-bom/ -->
<dependency>
<groupId>net.pwall.json</groupId>
<artifactId>json-kotlin-bom</artifactId>
<version>0.4</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/net.pwall.json/json-kotlin-bom/
implementation 'net.pwall.json:json-kotlin-bom:0.4'
// https://jarcasting.com/artifacts/net.pwall.json/json-kotlin-bom/
implementation ("net.pwall.json:json-kotlin-bom:0.4")
'net.pwall.json:json-kotlin-bom:pom:0.4'
<dependency org="net.pwall.json" name="json-kotlin-bom" rev="0.4">
<artifact name="json-kotlin-bom" type="pom" />
</dependency>
@Grapes(
@Grab(group='net.pwall.json', module='json-kotlin-bom', version='0.4')
)
libraryDependencies += "net.pwall.json" % "json-kotlin-bom" % "0.4"
[net.pwall.json/json-kotlin-bom "0.4"]