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