<dependency> <groupId>com.helger.commons</groupId> <artifactId>ph-json</artifactId> <version>10.1.6</version> <type>bundle</type> </dependency>
implementation 'com.helger.commons:ph-json:10.1.6'
implementation("com.helger.commons:ph-json:10.1.6")
libraryDependencies += "com.helger.commons" % "ph-json" % "10.1.6"
@Grapes( @Grab(group='com.helger.commons', module='ph-json', version='10.1.6') )
<dependency org="com.helger.commons" name="ph-json" rev="10.1.6" />
[com.helger.commons/ph-json "10.1.6"]
'com.helger.commons:ph-json:jar:10.1.6'
<parent> <groupId>com.helger.commons</groupId> <artifactId>ph-commons-parent-pom</artifactId> <version>10.1.6</version> </parent>
compile
|-- com.helger.commons:ph-commons
test
|-- org.slf4j:slf4j-simple