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