r

resources-parent

The parent POM of the resources project. Defines the group ID, source control management, project properties.
https://anrisoftware.com/projects/projects/resources-parent
LGPLv3
Erwin Müller
Files download
File Operation
resources-parent-2.0.pom download
Apache Maven
<dependency>
  <groupId>com.anrisoftware.resources</groupId>
  <artifactId>resources-parent</artifactId>
  <version>2.0</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'com.anrisoftware.resources:resources-parent:2.0'
Gradle Kotlin
implementation("com.anrisoftware.resources:resources-parent:2.0")
Scala SBT
libraryDependencies += "com.anrisoftware.resources" % "resources-parent" % "2.0"
Groovy Grape
@Grapes(
  @Grab(group='com.anrisoftware.resources', module='resources-parent', version='2.0')
)
Apache Ivy
<dependency org="com.anrisoftware.resources" name="resources-parent" rev="2.0" />
Leiningen
[com.anrisoftware.resources/resources-parent "2.0"]
Apache Buildr
'com.anrisoftware.resources:resources-parent:jar:2.0'