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