| License |
License |
|---|---|
| Categories |
CategoriesScience Business Logic Libraries |
| GroupId | GroupIdorg.jscience |
| ArtifactId | ArtifactIdjscience |
| Last Version | Last Version4.3.1 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionSonatype helps open source projects to set up Maven repositories on https://oss.sonatype.org/
|
| Filename | Size |
|---|---|
| jscience-4.3.1.pom | |
| jscience-4.3.1.jar | 666 KB |
| jscience-4.3.1-sources.jar | 740 KB |
| jscience-4.3.1-javadoc.jar | 1 MB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.jscience/jscience/ -->
<dependency>
<groupId>org.jscience</groupId>
<artifactId>jscience</artifactId>
<version>4.3.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.jscience/jscience/
implementation 'org.jscience:jscience:4.3.1'
// https://jarcasting.com/artifacts/org.jscience/jscience/
implementation ("org.jscience:jscience:4.3.1")
'org.jscience:jscience:jar:4.3.1'
<dependency org="org.jscience" name="jscience" rev="4.3.1">
<artifact name="jscience" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.jscience', module='jscience', version='4.3.1')
)
libraryDependencies += "org.jscience" % "jscience" % "4.3.1"
[org.jscience/jscience "4.3.1"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.javolution : javolution | jar | 5.2.3 |