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