GroupId | GroupIdorg.into-cps.orchestration |
---|---|
ArtifactId | ArtifactIdcoe |
Version | Version1.0.4 |
Type | Typejar |
Filename | Size |
---|---|
coe-1.0.4.pom | |
coe-1.0.4.jar | 1 MB |
coe-1.0.4-sources.jar | 562 KB |
coe-1.0.4-javadoc.jar | 608 KB |
coe-1.0.4-jar-with-dependencies.jar | 36 MB |
Browse |
<!-- https://jarcasting.com/artifacts/org.into-cps.orchestration/coe/ -->
<dependency>
<groupId>org.into-cps.orchestration</groupId>
<artifactId>coe</artifactId>
<version>1.0.4</version>
</dependency>
// https://jarcasting.com/artifacts/org.into-cps.orchestration/coe/
implementation 'org.into-cps.orchestration:coe:1.0.4'
// https://jarcasting.com/artifacts/org.into-cps.orchestration/coe/
implementation ("org.into-cps.orchestration:coe:1.0.4")
'org.into-cps.orchestration:coe:jar:1.0.4'
<dependency org="org.into-cps.orchestration" name="coe" rev="1.0.4">
<artifact name="coe" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.into-cps.orchestration', module='coe', version='1.0.4')
)
libraryDependencies += "org.into-cps.orchestration" % "coe" % "1.0.4"
[org.into-cps.orchestration/coe "1.0.4"]