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