| Категории |
КатегорииGUI Взаимодействие с пользователем Guice Библиотеки уровня приложения Dependency Injection |
|---|---|
| Группа | Группаcom.guicedee.services |
| Идентификатор | Идентификаторcommons-math3 |
| Версия | Версия0.70.0.1-rc14 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| commons-math3-0.70.0.1-rc14.pom | |
| commons-math3-0.70.0.1-rc14.jar | 2 MB |
| commons-math3-0.70.0.1-rc14-tests.jar | 22 bytes |
| commons-math3-0.70.0.1-rc14-sources.jar | 2 MB |
| commons-math3-0.70.0.1-rc14-javadoc.jar | 392 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.guicedee.services/commons-math3/ -->
<dependency>
<groupId>com.guicedee.services</groupId>
<artifactId>commons-math3</artifactId>
<version>0.70.0.1-rc14</version>
</dependency>
// https://jarcasting.com/artifacts/com.guicedee.services/commons-math3/
implementation 'com.guicedee.services:commons-math3:0.70.0.1-rc14'
// https://jarcasting.com/artifacts/com.guicedee.services/commons-math3/
implementation ("com.guicedee.services:commons-math3:0.70.0.1-rc14")
'com.guicedee.services:commons-math3:jar:0.70.0.1-rc14'
<dependency org="com.guicedee.services" name="commons-math3" rev="0.70.0.1-rc14">
<artifact name="commons-math3" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.guicedee.services', module='commons-math3', version='0.70.0.1-rc14')
)
libraryDependencies += "com.guicedee.services" % "commons-math3" % "0.70.0.1-rc14"
[com.guicedee.services/commons-math3 "0.70.0.1-rc14"]