<dependency> <groupId>com.phloc</groupId> <artifactId>phloc-commons</artifactId> <version>4.6.1</version> <type>bundle</type> </dependency>
implementation 'com.phloc:phloc-commons:4.6.1'
implementation("com.phloc:phloc-commons:4.6.1")
libraryDependencies += "com.phloc" % "phloc-commons" % "4.6.1"
@Grapes( @Grab(group='com.phloc', module='phloc-commons', version='4.6.1') )
<dependency org="com.phloc" name="phloc-commons" rev="4.6.1" />
[com.phloc/phloc-commons "4.6.1"]
'com.phloc:phloc-commons:jar:4.6.1'
<parent> <groupId>com.phloc</groupId> <artifactId>parent-pom</artifactId> <version>24.3</version> </parent>
compile
|-- org.slf4j:slf4j-api
|-- com.google.code.findbugs:annotations:2.0.3
|-- xerces:xercesImpl:2.11.0
|-- xml-apis:xml-apis:1.4.01
|-- junit:junit
|-- javax.xml.bind:jaxb-api:2.1
|-- com.sun.xml.bind:jaxb-impl:2.1.13
test
|-- com.phloc:phloc-jdk5:1.0.3
|-- dom4j:dom4j:1.6.1
|-- org.slf4j:slf4j-simple