| Лицензия |
Лицензия |
|---|---|
| Группа | Группаtech.uom |
| Идентификатор | Идентификаторseshat |
| Версия | Версия1.1 |
| Тип | Типjar |
| Описание |
ОписаниеSeshat 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.
|
| Ссылка на сайт |
Ссылка на сайт |
| Организация-разработчик |
Организация-разработчик |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| seshat-1.1.pom | |
| seshat-1.1.jar | 129 KB |
| seshat-1.1-sources.jar | 161 KB |
| seshat-1.1-javadoc.jar | 274 KB |
| Обзор |
<!-- 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"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| javax.measure : unit-api | jar | 1.0 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| junit : junit | jar | 4.13.2 |
| tech.units : unit-tck | jar | 1.1 |