| GroupId | GroupIdcom.googlecode.blaisemath |
|---|---|
| ArtifactId | ArtifactIdcoda |
| Version | Version0.3.4 |
| Type | Typepom |
| Filename | Size |
|---|---|
| coda-0.3.4.pom | 11 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.googlecode.blaisemath/coda/ -->
<dependency>
<groupId>com.googlecode.blaisemath</groupId>
<artifactId>coda</artifactId>
<version>0.3.4</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.googlecode.blaisemath/coda/
implementation 'com.googlecode.blaisemath:coda:0.3.4'
// https://jarcasting.com/artifacts/com.googlecode.blaisemath/coda/
implementation ("com.googlecode.blaisemath:coda:0.3.4")
'com.googlecode.blaisemath:coda:pom:0.3.4'
<dependency org="com.googlecode.blaisemath" name="coda" rev="0.3.4">
<artifact name="coda" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.googlecode.blaisemath', module='coda', version='0.3.4')
)
libraryDependencies += "com.googlecode.blaisemath" % "coda" % "0.3.4"
[com.googlecode.blaisemath/coda "0.3.4"]