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