GroupId | GroupIdloom |
---|---|
ArtifactId | ArtifactIdloom-engine |
Version | Version1.0-rc1 |
Type | Typejar |
Filename | Size |
---|---|
loom-engine-1.0-rc1.pom | |
loom-engine-1.0-rc1.jar | 187 KB |
Browse |
<!-- https://jarcasting.com/artifacts/loom/loom-engine/ -->
<dependency>
<groupId>loom</groupId>
<artifactId>loom-engine</artifactId>
<version>1.0-rc1</version>
</dependency>
// https://jarcasting.com/artifacts/loom/loom-engine/
implementation 'loom:loom-engine:1.0-rc1'
// https://jarcasting.com/artifacts/loom/loom-engine/
implementation ("loom:loom-engine:1.0-rc1")
'loom:loom-engine:jar:1.0-rc1'
<dependency org="loom" name="loom-engine" rev="1.0-rc1">
<artifact name="loom-engine" type="jar" />
</dependency>
@Grapes(
@Grab(group='loom', module='loom-engine', version='1.0-rc1')
)
libraryDependencies += "loom" % "loom-engine" % "1.0-rc1"
[loom/loom-engine "1.0-rc1"]