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}
Apache License, Version 2.0 GNU General Public License (GPL), Version 3.0 Other License Agreement
Siegfried Steiner
文件下载
文件名 操作
refcodes-parent-2.2.1.pom 下载
Apache Maven
<dependency>
  <groupId>org.refcodes</groupId>
  <artifactId>refcodes-parent</artifactId>
  <version>2.2.1</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'org.refcodes:refcodes-parent:2.2.1'
Gradle Kotlin
implementation("org.refcodes:refcodes-parent:2.2.1")
Scala SBT
libraryDependencies += "org.refcodes" % "refcodes-parent" % "2.2.1"
Groovy Grape
@Grapes(
  @Grab(group='org.refcodes', module='refcodes-parent', version='2.2.1')
)
Apache Ivy
<dependency org="org.refcodes" name="refcodes-parent" rev="2.2.1" />
Leiningen
[org.refcodes/refcodes-parent "2.2.1"]
Apache Buildr
'org.refcodes:refcodes-parent:jar:2.2.1'