GroupId | GroupIdorg.swimos |
---|---|
ArtifactId | ArtifactIdswim-math |
Version | Version3.9.3 |
Type | Typejar |
Filename | Size |
---|---|
swim-math-3.9.3.pom | |
swim-math-3.9.3.jar | 135 KB |
swim-math-3.9.3-sources.jar | 96 KB |
swim-math-3.9.3-javadoc.jar | 650 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.swimos/swim-math/ -->
<dependency>
<groupId>org.swimos</groupId>
<artifactId>swim-math</artifactId>
<version>3.9.3</version>
</dependency>
// https://jarcasting.com/artifacts/org.swimos/swim-math/
implementation 'org.swimos:swim-math:3.9.3'
// https://jarcasting.com/artifacts/org.swimos/swim-math/
implementation ("org.swimos:swim-math:3.9.3")
'org.swimos:swim-math:jar:3.9.3'
<dependency org="org.swimos" name="swim-math" rev="3.9.3">
<artifact name="swim-math" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.swimos', module='swim-math', version='3.9.3')
)
libraryDependencies += "org.swimos" % "swim-math" % "3.9.3"
[org.swimos/swim-math "3.9.3"]