Categories |
CategoriesGUI User Interface Guice Application Layer Libs Dependency Injection |
---|---|
GroupId | GroupIdcom.guicedee.services |
ArtifactId | ArtifactIdcommons-math3 |
Version | Version0.70.0.6 |
Type | Typejar |
Filename | Size |
---|---|
commons-math3-0.70.0.6.pom | |
commons-math3-0.70.0.6.jar | 2 MB |
commons-math3-0.70.0.6-tests.jar | 22 bytes |
commons-math3-0.70.0.6-sources.jar | 2 MB |
commons-math3-0.70.0.6-javadoc.jar | 392 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.guicedee.services/commons-math3/ -->
<dependency>
<groupId>com.guicedee.services</groupId>
<artifactId>commons-math3</artifactId>
<version>0.70.0.6</version>
</dependency>
// https://jarcasting.com/artifacts/com.guicedee.services/commons-math3/
implementation 'com.guicedee.services:commons-math3:0.70.0.6'
// https://jarcasting.com/artifacts/com.guicedee.services/commons-math3/
implementation ("com.guicedee.services:commons-math3:0.70.0.6")
'com.guicedee.services:commons-math3:jar:0.70.0.6'
<dependency org="com.guicedee.services" name="commons-math3" rev="0.70.0.6">
<artifact name="commons-math3" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.guicedee.services', module='commons-math3', version='0.70.0.6')
)
libraryDependencies += "com.guicedee.services" % "commons-math3" % "0.70.0.6"
[com.guicedee.services/commons-math3 "0.70.0.6"]