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-1.15.pom download
Apache Maven
<dependency>
  <groupId>com.anrisoftware.resources</groupId>
  <artifactId>resources-parent</artifactId>
  <version>1.15</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'com.anrisoftware.resources:resources-parent:1.15'
Gradle Kotlin
implementation("com.anrisoftware.resources:resources-parent:1.15")
Scala SBT
libraryDependencies += "com.anrisoftware.resources" % "resources-parent" % "1.15"
Groovy Grape
@Grapes(
  @Grab(group='com.anrisoftware.resources', module='resources-parent', version='1.15')
)
Apache Ivy
<dependency org="com.anrisoftware.resources" name="resources-parent" rev="1.15" />
Leiningen
[com.anrisoftware.resources/resources-parent "1.15"]
Apache Buildr
'com.anrisoftware.resources:resources-parent:jar:1.15'