License |
License |
---|---|
Categories |
CategoriesJSON Data |
GroupId | GroupIdcom.infilos |
ArtifactId | ArtifactIdrelax-json |
Version | Version2.11.3-0 |
Type | Typepom |
Description |
Descriptionrelax-json
A simple jackson wrapper to simplify the interaction between java and scala.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
relax-json-2.11.3-0.pom | 7 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.infilos/relax-json/ -->
<dependency>
<groupId>com.infilos</groupId>
<artifactId>relax-json</artifactId>
<version>2.11.3-0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.infilos/relax-json/
implementation 'com.infilos:relax-json:2.11.3-0'
// https://jarcasting.com/artifacts/com.infilos/relax-json/
implementation ("com.infilos:relax-json:2.11.3-0")
'com.infilos:relax-json:pom:2.11.3-0'
<dependency org="com.infilos" name="relax-json" rev="2.11.3-0">
<artifact name="relax-json" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.infilos', module='relax-json', version='2.11.3-0')
)
libraryDependencies += "com.infilos" % "relax-json" % "2.11.3-0"
[com.infilos/relax-json "2.11.3-0"]