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