GroupId | GroupIdorg.copper-engine |
---|---|
ArtifactId | ArtifactIdorch-engine |
Version | Version3.0-RC.2 |
Type | Typejar |
Filename | Size |
---|---|
orch-engine-3.0-RC.2.pom | |
orch-engine-3.0-RC.2.jar | 11 KB |
orch-engine-3.0-RC.2-sources.jar | 11 KB |
orch-engine-3.0-RC.2-javadoc.jar | 61 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.copper-engine/orch-engine/ -->
<dependency>
<groupId>org.copper-engine</groupId>
<artifactId>orch-engine</artifactId>
<version>3.0-RC.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.copper-engine/orch-engine/
implementation 'org.copper-engine:orch-engine:3.0-RC.2'
// https://jarcasting.com/artifacts/org.copper-engine/orch-engine/
implementation ("org.copper-engine:orch-engine:3.0-RC.2")
'org.copper-engine:orch-engine:jar:3.0-RC.2'
<dependency org="org.copper-engine" name="orch-engine" rev="3.0-RC.2">
<artifact name="orch-engine" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.copper-engine', module='orch-engine', version='3.0-RC.2')
)
libraryDependencies += "org.copper-engine" % "orch-engine" % "3.0-RC.2"
[org.copper-engine/orch-engine "3.0-RC.2"]