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