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