u

unit

文件下载
文件名 操作
unit-1.0-beta4.jar 下载
unit-1.0-beta4.pom 下载
unit-1.0-beta4-sources.jar 下载
Apache Maven
<dependency>
  <groupId>com.cedarsoft</groupId>
  <artifactId>unit</artifactId>
  <version>1.0-beta4</version>
  <type>bundle</type>
</dependency>
Gradle Groovy
implementation 'com.cedarsoft:unit:1.0-beta4'
Gradle Kotlin
implementation("com.cedarsoft:unit:1.0-beta4")
Scala SBT
libraryDependencies += "com.cedarsoft" % "unit" % "1.0-beta4"
Groovy Grape
@Grapes(
  @Grab(group='com.cedarsoft', module='unit', version='1.0-beta4')
)
Apache Ivy
<dependency org="com.cedarsoft" name="unit" rev="1.0-beta4" />
Leiningen
[com.cedarsoft/unit "1.0-beta4"]
Apache Buildr
'com.cedarsoft:unit:jar:1.0-beta4'