| Группа | Группаorg.uncommons.maths |
|---|---|
| Идентификатор | Идентификаторuncommons-maths |
| Версия | Версия1.2.2 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| uncommons-maths-1.2.2.pom | |
| uncommons-maths-1.2.2.jar | 47 KB |
| uncommons-maths-1.2.2-sources.jar | 59 KB |
| uncommons-maths-1.2.2-javadoc.jar | 154 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.uncommons.maths/uncommons-maths/ -->
<dependency>
<groupId>org.uncommons.maths</groupId>
<artifactId>uncommons-maths</artifactId>
<version>1.2.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.uncommons.maths/uncommons-maths/
implementation 'org.uncommons.maths:uncommons-maths:1.2.2'
// https://jarcasting.com/artifacts/org.uncommons.maths/uncommons-maths/
implementation ("org.uncommons.maths:uncommons-maths:1.2.2")
'org.uncommons.maths:uncommons-maths:jar:1.2.2'
<dependency org="org.uncommons.maths" name="uncommons-maths" rev="1.2.2">
<artifact name="uncommons-maths" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.uncommons.maths', module='uncommons-maths', version='1.2.2')
)
libraryDependencies += "org.uncommons.maths" % "uncommons-maths" % "1.2.2"
[org.uncommons.maths/uncommons-maths "1.2.2"]