is not current version
Last Version 0.66.0.1

com.jwebmp.jackson.core:jackson-annotations 0.65.0.2

Core annotations used for value types, used by Jackson data binding package.

Categories

Categories

Jackson Data JSON
GroupId

GroupId

com.jwebmp.jackson.core
ArtifactId

ArtifactId

jackson-annotations
Version

Version

0.65.0.2
Type

Type

jar

Download jackson-annotations 0.65.0.2


<!-- https://jarcasting.com/artifacts/com.jwebmp.jackson.core/jackson-annotations/ -->
<dependency>
    <groupId>com.jwebmp.jackson.core</groupId>
    <artifactId>jackson-annotations</artifactId>
    <version>0.65.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.jwebmp.jackson.core/jackson-annotations/
implementation 'com.jwebmp.jackson.core:jackson-annotations:0.65.0.2'
// https://jarcasting.com/artifacts/com.jwebmp.jackson.core/jackson-annotations/
implementation ("com.jwebmp.jackson.core:jackson-annotations:0.65.0.2")
'com.jwebmp.jackson.core:jackson-annotations:jar:0.65.0.2'
<dependency org="com.jwebmp.jackson.core" name="jackson-annotations" rev="0.65.0.2">
  <artifact name="jackson-annotations" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.jwebmp.jackson.core', module='jackson-annotations', version='0.65.0.2')
)
libraryDependencies += "com.jwebmp.jackson.core" % "jackson-annotations" % "0.65.0.2"
[com.jwebmp.jackson.core/jackson-annotations "0.65.0.2"]