| Лицензия |
Лицензия |
|---|---|
| Группа | Группаio.github.doketan.simplemath |
| Идентификатор | Идентификаторsimplemath |
| Последняя версия | Последняя версия0.0.2 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
Описаниеsimplemath
This project is a library for getting area.
DON'T USE THIS IN PRODUCTION. IT WAS CREATED FOR DEMO PURPOSES ONLY.
|
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| simplemath-0.0.2.pom | |
| simplemath-0.0.2.jar | 4 KB |
| simplemath-0.0.2-sources.jar | 4 KB |
| simplemath-0.0.2-javadoc.jar | 114 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/io.github.doketan.simplemath/simplemath/ -->
<dependency>
<groupId>io.github.doketan.simplemath</groupId>
<artifactId>simplemath</artifactId>
<version>0.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.doketan.simplemath/simplemath/
implementation 'io.github.doketan.simplemath:simplemath:0.0.2'
// https://jarcasting.com/artifacts/io.github.doketan.simplemath/simplemath/
implementation ("io.github.doketan.simplemath:simplemath:0.0.2")
'io.github.doketan.simplemath:simplemath:jar:0.0.2'
<dependency org="io.github.doketan.simplemath" name="simplemath" rev="0.0.2">
<artifact name="simplemath" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.doketan.simplemath', module='simplemath', version='0.0.2')
)
libraryDependencies += "io.github.doketan.simplemath" % "simplemath" % "0.0.2"
[io.github.doketan.simplemath/simplemath "0.0.2"]