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