| GroupId | GroupIdcom.cedarsoft | 
|---|---|
| ArtifactId | ArtifactIdunit | 
| Version | Version1.0-beta2 | 
| Type | Typejar | 
| Filename | Size | 
|---|---|
| unit-1.0-beta2.pom | |
| unit-1.0-beta2.jar | 52 KB | 
| unit-1.0-beta2-tests.jar | 9 KB | 
| unit-1.0-beta2-sources.jar | 77 KB | 
| unit-1.0-beta2-javadoc.jar | 421 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/com.cedarsoft/unit/ -->
<dependency>
    <groupId>com.cedarsoft</groupId>
    <artifactId>unit</artifactId>
    <version>1.0-beta2</version>
</dependency>// https://jarcasting.com/artifacts/com.cedarsoft/unit/
implementation 'com.cedarsoft:unit:1.0-beta2'// https://jarcasting.com/artifacts/com.cedarsoft/unit/
implementation ("com.cedarsoft:unit:1.0-beta2")'com.cedarsoft:unit:jar:1.0-beta2'<dependency org="com.cedarsoft" name="unit" rev="1.0-beta2">
  <artifact name="unit" type="jar" />
</dependency>@Grapes(
@Grab(group='com.cedarsoft', module='unit', version='1.0-beta2')
)libraryDependencies += "com.cedarsoft" % "unit" % "1.0-beta2"[com.cedarsoft/unit "1.0-beta2"]