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