GroupId | GroupIdcom.io7m.bishopsgate |
---|---|
ArtifactId | ArtifactIdcom.io7m.bishopsgate.main |
Version | Version0.0.2 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.io7m.bishopsgate/com.io7m.bishopsgate.main/ -->
<dependency>
<groupId>com.io7m.bishopsgate</groupId>
<artifactId>com.io7m.bishopsgate.main</artifactId>
<version>0.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.io7m.bishopsgate/com.io7m.bishopsgate.main/
implementation 'com.io7m.bishopsgate:com.io7m.bishopsgate.main:0.0.2'
// https://jarcasting.com/artifacts/com.io7m.bishopsgate/com.io7m.bishopsgate.main/
implementation ("com.io7m.bishopsgate:com.io7m.bishopsgate.main:0.0.2")
'com.io7m.bishopsgate:com.io7m.bishopsgate.main:jar:0.0.2'
<dependency org="com.io7m.bishopsgate" name="com.io7m.bishopsgate.main" rev="0.0.2">
<artifact name="com.io7m.bishopsgate.main" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.io7m.bishopsgate', module='com.io7m.bishopsgate.main', version='0.0.2')
)
libraryDependencies += "com.io7m.bishopsgate" % "com.io7m.bishopsgate.main" % "0.0.2"
[com.io7m.bishopsgate/com.io7m.bishopsgate.main "0.0.2"]