Categories |
CategoriesJackson Data JSON |
---|---|
GroupId | GroupIdcom.jwebmp.jackson |
ArtifactId | ArtifactIdjackson-parent |
Version | Version0.65.0.2 |
Type | Typejar |
Filename | Size |
---|---|
jackson-parent-0.65.0.2.pom | 2 KB |
jackson-parent-0.65.0.2-tests.jar | 2 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.jwebmp.jackson/jackson-parent/ -->
<dependency>
<groupId>com.jwebmp.jackson</groupId>
<artifactId>jackson-parent</artifactId>
<version>0.65.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.jwebmp.jackson/jackson-parent/
implementation 'com.jwebmp.jackson:jackson-parent:0.65.0.2'
// https://jarcasting.com/artifacts/com.jwebmp.jackson/jackson-parent/
implementation ("com.jwebmp.jackson:jackson-parent:0.65.0.2")
'com.jwebmp.jackson:jackson-parent:jar:0.65.0.2'
<dependency org="com.jwebmp.jackson" name="jackson-parent" rev="0.65.0.2">
<artifact name="jackson-parent" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.jwebmp.jackson', module='jackson-parent', version='0.65.0.2')
)
libraryDependencies += "com.jwebmp.jackson" % "jackson-parent" % "0.65.0.2"
[com.jwebmp.jackson/jackson-parent "0.65.0.2"]