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