GroupId | GroupIdcom.io7m.jcoords |
---|---|
ArtifactId | ArtifactIdio7m-jcoords |
Version | Version0.1.1 |
Type | Typepom |
Filename | Size |
---|---|
io7m-jcoords-0.1.1.pom | 15 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.io7m.jcoords/io7m-jcoords/ -->
<dependency>
<groupId>com.io7m.jcoords</groupId>
<artifactId>io7m-jcoords</artifactId>
<version>0.1.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.io7m.jcoords/io7m-jcoords/
implementation 'com.io7m.jcoords:io7m-jcoords:0.1.1'
// https://jarcasting.com/artifacts/com.io7m.jcoords/io7m-jcoords/
implementation ("com.io7m.jcoords:io7m-jcoords:0.1.1")
'com.io7m.jcoords:io7m-jcoords:pom:0.1.1'
<dependency org="com.io7m.jcoords" name="io7m-jcoords" rev="0.1.1">
<artifact name="io7m-jcoords" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.io7m.jcoords', module='io7m-jcoords', version='0.1.1')
)
libraryDependencies += "com.io7m.jcoords" % "io7m-jcoords" % "0.1.1"
[com.io7m.jcoords/io7m-jcoords "0.1.1"]