r

refcodes-parent

Artifact containing information for all refcodes artifacts such as third party artifacts and their versions being used by refcodes artifacts as well as the licensing agreements for refcodes artifacts.
https://bitbucket.org/refcodes/${project.artifactId}
GNU General Public License (GPL), Version 3.0 Apache License, Version 2.0 Other License Agreement
Siegfried Steiner
Files download
File Operation
refcodes-parent-2.2.0.pom download
Apache Maven
<dependency>
  <groupId>org.refcodes</groupId>
  <artifactId>refcodes-parent</artifactId>
  <version>2.2.0</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'org.refcodes:refcodes-parent:2.2.0'
Gradle Kotlin
implementation("org.refcodes:refcodes-parent:2.2.0")
Scala SBT
libraryDependencies += "org.refcodes" % "refcodes-parent" % "2.2.0"
Groovy Grape
@Grapes(
  @Grab(group='org.refcodes', module='refcodes-parent', version='2.2.0')
)
Apache Ivy
<dependency org="org.refcodes" name="refcodes-parent" rev="2.2.0" />
Leiningen
[org.refcodes/refcodes-parent "2.2.0"]
Apache Buildr
'org.refcodes:refcodes-parent:jar:2.2.0'