License |
License |
---|---|
Categories |
CategoriesJSON Data Jackson |
GroupId | GroupIdorg.webpieces |
ArtifactId | ArtifactIdjson-jackson-plugin |
Version | Version1.9.95 |
Type | Typejar |
Description |
Descriptionjson-jackson-plugin
Someone forgot to fill this in. See http://stackoverflow.com/questions/38272550/how-to-fail-the-gradle-build-if-subproject-is-missing-a-property
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
json-jackson-plugin-1.9.95.pom | |
json-jackson-plugin-1.9.95.jar | 8 KB |
json-jackson-plugin-1.9.95-sources.jar | 5 KB |
json-jackson-plugin-1.9.95-javadoc.jar | 359 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/org.webpieces/json-jackson-plugin/ -->
<dependency>
<groupId>org.webpieces</groupId>
<artifactId>json-jackson-plugin</artifactId>
<version>1.9.95</version>
</dependency>
// https://jarcasting.com/artifacts/org.webpieces/json-jackson-plugin/
implementation 'org.webpieces:json-jackson-plugin:1.9.95'
// https://jarcasting.com/artifacts/org.webpieces/json-jackson-plugin/
implementation ("org.webpieces:json-jackson-plugin:1.9.95")
'org.webpieces:json-jackson-plugin:jar:1.9.95'
<dependency org="org.webpieces" name="json-jackson-plugin" rev="1.9.95">
<artifact name="json-jackson-plugin" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webpieces', module='json-jackson-plugin', version='1.9.95')
)
libraryDependencies += "org.webpieces" % "json-jackson-plugin" % "1.9.95"
[org.webpieces/json-jackson-plugin "1.9.95"]
Group / Artifact | Type | Version |
---|---|---|
javax.inject : javax.inject | jar | 1 |
org.slf4j : slf4j-api | jar | 1.7.21 |
ch.qos.logback : logback-classic | jar | 1.1.7 |
joda-time : joda-time | jar | 2.9.4 |
org.codehaus.jackson : jackson-mapper-asl | jar | 1.9.13 |
org.webpieces : http-router | jar | 1.9.95 |
org.webpieces : http1_1-parser | jar | 1.9.95 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.11 |
org.codehaus.groovy : groovy-all | jar | 2.4.6 |