Files download
File Operation
thirdparty-4.0.0.pom download
Apache Maven
<dependency>
  <groupId>com.github.veithen.visualwas.thirdparty</groupId>
  <artifactId>thirdparty</artifactId>
  <version>4.0.0</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'com.github.veithen.visualwas.thirdparty:thirdparty:4.0.0'
Gradle Kotlin
implementation("com.github.veithen.visualwas.thirdparty:thirdparty:4.0.0")
Scala SBT
libraryDependencies += "com.github.veithen.visualwas.thirdparty" % "thirdparty" % "4.0.0"
Groovy Grape
@Grapes(
  @Grab(group='com.github.veithen.visualwas.thirdparty', module='thirdparty', version='4.0.0')
)
Apache Ivy
<dependency org="com.github.veithen.visualwas.thirdparty" name="thirdparty" rev="4.0.0" />
Leiningen
[com.github.veithen.visualwas.thirdparty/thirdparty "4.0.0"]
Apache Buildr
'com.github.veithen.visualwas.thirdparty:thirdparty:jar:4.0.0'