Categories |
CategoriesJSON Data |
---|---|
GroupId | GroupIdcom.devonfw.cobigen |
ArtifactId | ArtifactIdjsonplugin |
Version | Version2.1.0 |
Type | Typejar |
Filename | Size |
---|---|
jsonplugin-2.1.0.pom | |
jsonplugin-2.1.0.jar | 12 KB |
jsonplugin-2.1.0-sources.jar | 9 KB |
jsonplugin-2.1.0-javadoc.jar | 428 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.devonfw.cobigen/jsonplugin/ -->
<dependency>
<groupId>com.devonfw.cobigen</groupId>
<artifactId>jsonplugin</artifactId>
<version>2.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.devonfw.cobigen/jsonplugin/
implementation 'com.devonfw.cobigen:jsonplugin:2.1.0'
// https://jarcasting.com/artifacts/com.devonfw.cobigen/jsonplugin/
implementation ("com.devonfw.cobigen:jsonplugin:2.1.0")
'com.devonfw.cobigen:jsonplugin:jar:2.1.0'
<dependency org="com.devonfw.cobigen" name="jsonplugin" rev="2.1.0">
<artifact name="jsonplugin" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.devonfw.cobigen', module='jsonplugin', version='2.1.0')
)
libraryDependencies += "com.devonfw.cobigen" % "jsonplugin" % "2.1.0"
[com.devonfw.cobigen/jsonplugin "2.1.0"]