GroupId | GroupIdorg.into-cps |
---|---|
ArtifactId | ArtifactIdorchestration |
Version | Version1.0.0 |
Type | Typepom |
Filename | Size |
---|---|
orchestration-1.0.0.pom | 1 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.into-cps/orchestration/ -->
<dependency>
<groupId>org.into-cps</groupId>
<artifactId>orchestration</artifactId>
<version>1.0.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.into-cps/orchestration/
implementation 'org.into-cps:orchestration:1.0.0'
// https://jarcasting.com/artifacts/org.into-cps/orchestration/
implementation ("org.into-cps:orchestration:1.0.0")
'org.into-cps:orchestration:pom:1.0.0'
<dependency org="org.into-cps" name="orchestration" rev="1.0.0">
<artifact name="orchestration" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.into-cps', module='orchestration', version='1.0.0')
)
libraryDependencies += "org.into-cps" % "orchestration" % "1.0.0"
[org.into-cps/orchestration "1.0.0"]