Categories |
CategoriesJackson Data JSON |
---|---|
GroupId | GroupIdcom.jwebmp.jpms.jackson.core |
ArtifactId | ArtifactIdjackson-annotations |
Version | Version0.67.0.12 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.jwebmp.jpms.jackson.core/jackson-annotations/ -->
<dependency>
<groupId>com.jwebmp.jpms.jackson.core</groupId>
<artifactId>jackson-annotations</artifactId>
<version>0.67.0.12</version>
</dependency>
// https://jarcasting.com/artifacts/com.jwebmp.jpms.jackson.core/jackson-annotations/
implementation 'com.jwebmp.jpms.jackson.core:jackson-annotations:0.67.0.12'
// https://jarcasting.com/artifacts/com.jwebmp.jpms.jackson.core/jackson-annotations/
implementation ("com.jwebmp.jpms.jackson.core:jackson-annotations:0.67.0.12")
'com.jwebmp.jpms.jackson.core:jackson-annotations:jar:0.67.0.12'
<dependency org="com.jwebmp.jpms.jackson.core" name="jackson-annotations" rev="0.67.0.12">
<artifact name="jackson-annotations" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.jwebmp.jpms.jackson.core', module='jackson-annotations', version='0.67.0.12')
)
libraryDependencies += "com.jwebmp.jpms.jackson.core" % "jackson-annotations" % "0.67.0.12"
[com.jwebmp.jpms.jackson.core/jackson-annotations "0.67.0.12"]