p

parent-unit

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