Categories |
CategoriesJackson Data JSON |
---|---|
GroupId | GroupIdcom.github.mizool.technology |
ArtifactId | ArtifactIdtechnology-jackson |
Version | Version%25NEXT_DEVELOP_SNAPSHOT%25 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.github.mizool.technology/technology-jackson/ -->
<dependency>
<groupId>com.github.mizool.technology</groupId>
<artifactId>technology-jackson</artifactId>
<version>%25NEXT_DEVELOP_SNAPSHOT%25</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.mizool.technology/technology-jackson/
implementation 'com.github.mizool.technology:technology-jackson:%25NEXT_DEVELOP_SNAPSHOT%25'
// https://jarcasting.com/artifacts/com.github.mizool.technology/technology-jackson/
implementation ("com.github.mizool.technology:technology-jackson:%25NEXT_DEVELOP_SNAPSHOT%25")
'com.github.mizool.technology:technology-jackson:jar:%25NEXT_DEVELOP_SNAPSHOT%25'
<dependency org="com.github.mizool.technology" name="technology-jackson" rev="%25NEXT_DEVELOP_SNAPSHOT%25">
<artifact name="technology-jackson" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.mizool.technology', module='technology-jackson', version='%25NEXT_DEVELOP_SNAPSHOT%25')
)
libraryDependencies += "com.github.mizool.technology" % "technology-jackson" % "%25NEXT_DEVELOP_SNAPSHOT%25"
[com.github.mizool.technology/technology-jackson "%25NEXT_DEVELOP_SNAPSHOT%25"]