| License |
License |
|---|---|
| GroupId | GroupIdtech.uom |
| ArtifactId | ArtifactIdseshat |
| Version | Version1.1 |
| Type | Typejar |
| Description |
DescriptionSeshat Units of Measurement Implementation
Seshat (from the ancient Egyptian goddess of knowledge, writing and surveying)
is an implementation of Units of Measurement API defined by JSR 363. Seshat is
a subset of Apache Spatial Information System (SIS) library keeping only the
classes required for JSR 363 implementation.
|
| Project URL |
Project URL |
| Project Organization |
Project Organization |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| seshat-1.1.pom | |
| seshat-1.1.jar | 129 KB |
| seshat-1.1-sources.jar | 161 KB |
| seshat-1.1-javadoc.jar | 274 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/tech.uom/seshat/ -->
<dependency>
<groupId>tech.uom</groupId>
<artifactId>seshat</artifactId>
<version>1.1</version>
</dependency>
// https://jarcasting.com/artifacts/tech.uom/seshat/
implementation 'tech.uom:seshat:1.1'
// https://jarcasting.com/artifacts/tech.uom/seshat/
implementation ("tech.uom:seshat:1.1")
'tech.uom:seshat:jar:1.1'
<dependency org="tech.uom" name="seshat" rev="1.1">
<artifact name="seshat" type="jar" />
</dependency>
@Grapes(
@Grab(group='tech.uom', module='seshat', version='1.1')
)
libraryDependencies += "tech.uom" % "seshat" % "1.1"
[tech.uom/seshat "1.1"]
| Group / Artifact | Type | Version |
|---|---|---|
| javax.measure : unit-api | jar | 1.0 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.13.2 |
| tech.units : unit-tck | jar | 1.1 |