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