t

toop-commons-ng-parent-pom

Base POM to build the TOOP Commons NG projects
https://github.com/phax/toop-commons-ng
Apache 2
toop.eu
Philip Helger
Files download
File Operation
toop-commons-ng-parent-pom-2.2.0.pom download
Apache Maven
<dependency>
  <groupId>com.helger.toop</groupId>
  <artifactId>toop-commons-ng-parent-pom</artifactId>
  <version>2.2.0</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'com.helger.toop:toop-commons-ng-parent-pom:2.2.0'
Gradle Kotlin
implementation("com.helger.toop:toop-commons-ng-parent-pom:2.2.0")
Scala SBT
libraryDependencies += "com.helger.toop" % "toop-commons-ng-parent-pom" % "2.2.0"
Groovy Grape
@Grapes(
  @Grab(group='com.helger.toop', module='toop-commons-ng-parent-pom', version='2.2.0')
)
Apache Ivy
<dependency org="com.helger.toop" name="toop-commons-ng-parent-pom" rev="2.2.0" />
Leiningen
[com.helger.toop/toop-commons-ng-parent-pom "2.2.0"]
Apache Buildr
'com.helger.toop:toop-commons-ng-parent-pom:jar:2.2.0'