GroupId | GroupIdorg.into-cps.orchestration |
---|---|
ArtifactId | ArtifactIdcoe |
Version | Version1.0.6 |
Type | Typejar |
Filename | Size |
---|---|
coe-1.0.6.pom | |
coe-1.0.6.jar | 1 MB |
coe-1.0.6-sources.jar | 560 KB |
coe-1.0.6-javadoc.jar | 618 KB |
coe-1.0.6-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.6</version>
</dependency>
// https://jarcasting.com/artifacts/org.into-cps.orchestration/coe/
implementation 'org.into-cps.orchestration:coe:1.0.6'
// https://jarcasting.com/artifacts/org.into-cps.orchestration/coe/
implementation ("org.into-cps.orchestration:coe:1.0.6")
'org.into-cps.orchestration:coe:jar:1.0.6'
<dependency org="org.into-cps.orchestration" name="coe" rev="1.0.6">
<artifact name="coe" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.into-cps.orchestration', module='coe', version='1.0.6')
)
libraryDependencies += "org.into-cps.orchestration" % "coe" % "1.0.6"
[org.into-cps.orchestration/coe "1.0.6"]