j

json-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
https://github.com/deanhiller/webpieces
Apache License 2.0
deanhiller
Dean Hiller
Files download
File Operation
json-jackson-plugin-1.9.95.jar download
json-jackson-plugin-1.9.95.pom download
json-jackson-plugin-1.9.95-sources.jar download
Apache Maven
<dependency>
  <groupId>org.webpieces</groupId>
  <artifactId>json-jackson-plugin</artifactId>
  <version>1.9.95</version>
</dependency>
Gradle Groovy
implementation 'org.webpieces:json-jackson-plugin:1.9.95'
Gradle Kotlin
implementation("org.webpieces:json-jackson-plugin:1.9.95")
Scala SBT
libraryDependencies += "org.webpieces" % "json-jackson-plugin" % "1.9.95"
Groovy Grape
@Grapes(
  @Grab(group='org.webpieces', module='json-jackson-plugin', version='1.9.95')
)
Apache Ivy
<dependency org="org.webpieces" name="json-jackson-plugin" rev="1.9.95" />
Leiningen
[org.webpieces/json-jackson-plugin "1.9.95"]
Apache Buildr
'org.webpieces:json-jackson-plugin:jar:1.9.95'