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