is not current version
Last Version 2.1.1

org.webpieces:plugin-json-jackson 1.9.104

Someone forgot to fill this in. See http://stackoverflow.com/questions/38272550/how-to-fail-the-gradle-build-if-subproject-is-missing-a-property

Categories

Categories

JSON Data Jackson
GroupId

GroupId

org.webpieces
ArtifactId

ArtifactId

plugin-json-jackson
Version

Version

1.9.104
Type

Type

jar

Download plugin-json-jackson 1.9.104


<!-- https://jarcasting.com/artifacts/org.webpieces/plugin-json-jackson/ -->
<dependency>
    <groupId>org.webpieces</groupId>
    <artifactId>plugin-json-jackson</artifactId>
    <version>1.9.104</version>
</dependency>
// https://jarcasting.com/artifacts/org.webpieces/plugin-json-jackson/
implementation 'org.webpieces:plugin-json-jackson:1.9.104'
// https://jarcasting.com/artifacts/org.webpieces/plugin-json-jackson/
implementation ("org.webpieces:plugin-json-jackson:1.9.104")
'org.webpieces:plugin-json-jackson:jar:1.9.104'
<dependency org="org.webpieces" name="plugin-json-jackson" rev="1.9.104">
  <artifact name="plugin-json-jackson" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webpieces', module='plugin-json-jackson', version='1.9.104')
)
libraryDependencies += "org.webpieces" % "plugin-json-jackson" % "1.9.104"
[org.webpieces/plugin-json-jackson "1.9.104"]