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