Categories |
CategoriesAuto Application Layer Libs Code Generators Jackson Data JSON |
---|---|
GroupId | GroupIdcom.github.peckb1 |
ArtifactId | ArtifactIdautojackson |
Version | Version0.2.0 |
Type | Typepom |
Filename | Size |
---|---|
autojackson-0.2.0.pom | 5 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.peckb1/autojackson/ -->
<dependency>
<groupId>com.github.peckb1</groupId>
<artifactId>autojackson</artifactId>
<version>0.2.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.peckb1/autojackson/
implementation 'com.github.peckb1:autojackson:0.2.0'
// https://jarcasting.com/artifacts/com.github.peckb1/autojackson/
implementation ("com.github.peckb1:autojackson:0.2.0")
'com.github.peckb1:autojackson:pom:0.2.0'
<dependency org="com.github.peckb1" name="autojackson" rev="0.2.0">
<artifact name="autojackson" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.peckb1', module='autojackson', version='0.2.0')
)
libraryDependencies += "com.github.peckb1" % "autojackson" % "0.2.0"
[com.github.peckb1/autojackson "0.2.0"]