| Лицензия |
Лицензия |
|---|---|
| Группа | Группаorg.uncommons |
| Идентификатор | Идентификаторuncommons-maths |
| Последняя версия | Последняя версия1.2 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
ОписаниеUncommons Maths
|
| Имя Файла | Размер |
|---|---|
| uncommons-maths-1.2.pom | |
| uncommons-maths-1.2.jar | 45 KB |
| uncommons-maths-1.2-test-sources.jar | 41 KB |
| uncommons-maths-1.2-sources.jar | 58 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.uncommons/uncommons-maths/ -->
<dependency>
<groupId>org.uncommons</groupId>
<artifactId>uncommons-maths</artifactId>
<version>1.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.uncommons/uncommons-maths/
implementation 'org.uncommons:uncommons-maths:1.2'
// https://jarcasting.com/artifacts/org.uncommons/uncommons-maths/
implementation ("org.uncommons:uncommons-maths:1.2")
'org.uncommons:uncommons-maths:jar:1.2'
<dependency org="org.uncommons" name="uncommons-maths" rev="1.2">
<artifact name="uncommons-maths" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.uncommons', module='uncommons-maths', version='1.2')
)
libraryDependencies += "org.uncommons" % "uncommons-maths" % "1.2"
[org.uncommons/uncommons-maths "1.2"]