Files download
File Operation
parent-1.7.1.RELEASE.pom download
Apache Maven
<dependency>
  <groupId>com.foxnicweb.web</groupId>
  <artifactId>parent</artifactId>
  <version>1.7.1.RELEASE</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'com.foxnicweb.web:parent:1.7.1.RELEASE'
Gradle Kotlin
implementation("com.foxnicweb.web:parent:1.7.1.RELEASE")
Scala SBT
libraryDependencies += "com.foxnicweb.web" % "parent" % "1.7.1.RELEASE"
Groovy Grape
@Grapes(
  @Grab(group='com.foxnicweb.web', module='parent', version='1.7.1.RELEASE')
)
Apache Ivy
<dependency org="com.foxnicweb.web" name="parent" rev="1.7.1.RELEASE" />
Leiningen
[com.foxnicweb.web/parent "1.7.1.RELEASE"]
Apache Buildr
'com.foxnicweb.web:parent:jar:1.7.1.RELEASE'