License |
License |
---|---|
Categories |
CategoriesNet |
GroupId | GroupIdnet.sf.jetro |
ArtifactId | ArtifactIdjetro |
Version | Version2.1.2 |
Type | Typepom |
Description |
DescriptionJetro Parent POM
Parent POM for the Jetro JSON transformation engine
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
jetro-2.1.2.pom | 8 KB |
Browse |
<!-- https://jarcasting.com/artifacts/net.sf.jetro/jetro/ -->
<dependency>
<groupId>net.sf.jetro</groupId>
<artifactId>jetro</artifactId>
<version>2.1.2</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/net.sf.jetro/jetro/
implementation 'net.sf.jetro:jetro:2.1.2'
// https://jarcasting.com/artifacts/net.sf.jetro/jetro/
implementation ("net.sf.jetro:jetro:2.1.2")
'net.sf.jetro:jetro:pom:2.1.2'
<dependency org="net.sf.jetro" name="jetro" rev="2.1.2">
<artifact name="jetro" type="pom" />
</dependency>
@Grapes(
@Grab(group='net.sf.jetro', module='jetro', version='2.1.2')
)
libraryDependencies += "net.sf.jetro" % "jetro" % "2.1.2"
[net.sf.jetro/jetro "2.1.2"]