jackson-parent
Project for parent pom for all Jackson components
License |
License |
---|---|
Categories |
CategoriesJackson Data JSON |
GroupId | GroupIdcom.jwebmp.jackson |
ArtifactId | ArtifactIdjackson-parent |
Last Version | Last Version0.66.0.1 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionJackson parent poms
Parent pom for all Jackson components
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
jackson-parent-0.66.0.1.pom | 2 KB |
jackson-parent-0.66.0.1-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.66.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.jwebmp.jackson/jackson-parent/
implementation 'com.jwebmp.jackson:jackson-parent:0.66.0.1'
// https://jarcasting.com/artifacts/com.jwebmp.jackson/jackson-parent/
implementation ("com.jwebmp.jackson:jackson-parent:0.66.0.1")
'com.jwebmp.jackson:jackson-parent:jar:0.66.0.1'
<dependency org="com.jwebmp.jackson" name="jackson-parent" rev="0.66.0.1">
<artifact name="jackson-parent" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.jwebmp.jackson', module='jackson-parent', version='0.66.0.1')
)
libraryDependencies += "com.jwebmp.jackson" % "jackson-parent" % "0.66.0.1"
[com.jwebmp.jackson/jackson-parent "0.66.0.1"]
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |
Project for parent pom for all Jackson components