t

thundr-parent

A parent pom for thundr projects for common project setup
http://3wks.github.com/thundr/
The Apache Software License, Version 2.0
3wks
Nicholas Okunew
Files download
File Operation
thundr-parent-6.pom download
Apache Maven
<dependency>
  <groupId>com.threewks.thundr</groupId>
  <artifactId>thundr-parent</artifactId>
  <version>6</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'com.threewks.thundr:thundr-parent:6'
Gradle Kotlin
implementation("com.threewks.thundr:thundr-parent:6")
Scala SBT
libraryDependencies += "com.threewks.thundr" % "thundr-parent" % "6"
Groovy Grape
@Grapes(
  @Grab(group='com.threewks.thundr', module='thundr-parent', version='6')
)
Apache Ivy
<dependency org="com.threewks.thundr" name="thundr-parent" rev="6" />
Leiningen
[com.threewks.thundr/thundr-parent "6"]
Apache Buildr
'com.threewks.thundr:thundr-parent:jar:6'