License |
License |
---|---|
Categories |
CategoriesAnt Build Tools |
GroupId | GroupIdorg.jquants |
ArtifactId | ArtifactIdjquants |
Last Version | Last Version1.0 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionjquants
The Java API for Mixed Calculations of Scientific Units and Sums of Money
|
Project URL |
Project URL |
Filename | Size |
---|---|
jquants-1.0.pom | |
jquants-1.0.jar | 113 KB |
jquants-1.0-sources.jar | 64 KB |
jquants-1.0-javadoc.jar | 641 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.jquants/jquants/ -->
<dependency>
<groupId>org.jquants</groupId>
<artifactId>jquants</artifactId>
<version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.jquants/jquants/
implementation 'org.jquants:jquants:1.0'
// https://jarcasting.com/artifacts/org.jquants/jquants/
implementation ("org.jquants:jquants:1.0")
'org.jquants:jquants:jar:1.0'
<dependency org="org.jquants" name="jquants" rev="1.0">
<artifact name="jquants" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.jquants', module='jquants', version='1.0')
)
libraryDependencies += "org.jquants" % "jquants" % "1.0"
[org.jquants/jquants "1.0"]
Group / Artifact | Type | Version |
---|---|---|
com.googlecode.totallylazy » totallylazy | jar | 1049 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.11 |