GroupId | GroupIdedu.gemini |
---|---|
ArtifactId | ArtifactIdgsp-math_2.12 |
Version | Version0.1.10 |
Type | Typejar |
Filename | Size |
---|---|
gsp-math_2.12-0.1.10.pom | |
gsp-math_2.12-0.1.10.jar | 303 KB |
gsp-math_2.12-0.1.10-sources.jar | 38 KB |
gsp-math_2.12-0.1.10-javadoc.jar | 1 MB |
Browse |
<!-- https://jarcasting.com/artifacts/edu.gemini/gsp-math_2.12/ -->
<dependency>
<groupId>edu.gemini</groupId>
<artifactId>gsp-math_2.12</artifactId>
<version>0.1.10</version>
</dependency>
// https://jarcasting.com/artifacts/edu.gemini/gsp-math_2.12/
implementation 'edu.gemini:gsp-math_2.12:0.1.10'
// https://jarcasting.com/artifacts/edu.gemini/gsp-math_2.12/
implementation ("edu.gemini:gsp-math_2.12:0.1.10")
'edu.gemini:gsp-math_2.12:jar:0.1.10'
<dependency org="edu.gemini" name="gsp-math_2.12" rev="0.1.10">
<artifact name="gsp-math_2.12" type="jar" />
</dependency>
@Grapes(
@Grab(group='edu.gemini', module='gsp-math_2.12', version='0.1.10')
)
libraryDependencies += "edu.gemini" % "gsp-math_2.12" % "0.1.10"
[edu.gemini/gsp-math_2.12 "0.1.10"]