GroupId | GroupIdorg.spire-math |
---|---|
ArtifactId | ArtifactIdchain_2.11 |
Version | Version0.1.0 |
Type | Typejar |
Filename | Size |
---|---|
chain_2.11-0.1.0.pom | |
chain_2.11-0.1.0.jar | 28 KB |
chain_2.11-0.1.0-sources.jar | 3 KB |
chain_2.11-0.1.0-javadoc.jar | 380 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.spire-math/chain_2.11/ -->
<dependency>
<groupId>org.spire-math</groupId>
<artifactId>chain_2.11</artifactId>
<version>0.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.spire-math/chain_2.11/
implementation 'org.spire-math:chain_2.11:0.1.0'
// https://jarcasting.com/artifacts/org.spire-math/chain_2.11/
implementation ("org.spire-math:chain_2.11:0.1.0")
'org.spire-math:chain_2.11:jar:0.1.0'
<dependency org="org.spire-math" name="chain_2.11" rev="0.1.0">
<artifact name="chain_2.11" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.spire-math', module='chain_2.11', version='0.1.0')
)
libraryDependencies += "org.spire-math" % "chain_2.11" % "0.1.0"
[org.spire-math/chain_2.11 "0.1.0"]