GroupId | GroupIdorg.into-cps.orchestration |
---|---|
ArtifactId | ArtifactIdwebapi |
Version | Version1.0.6 |
Type | Typejar |
Filename | Size |
---|---|
webapi-1.0.6.pom | |
webapi-1.0.6.jar | 63 MB |
webapi-1.0.6-sources.jar | 30 KB |
webapi-1.0.6-javadoc.jar | 224 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.into-cps.orchestration/webapi/ -->
<dependency>
<groupId>org.into-cps.orchestration</groupId>
<artifactId>webapi</artifactId>
<version>1.0.6</version>
</dependency>
// https://jarcasting.com/artifacts/org.into-cps.orchestration/webapi/
implementation 'org.into-cps.orchestration:webapi:1.0.6'
// https://jarcasting.com/artifacts/org.into-cps.orchestration/webapi/
implementation ("org.into-cps.orchestration:webapi:1.0.6")
'org.into-cps.orchestration:webapi:jar:1.0.6'
<dependency org="org.into-cps.orchestration" name="webapi" rev="1.0.6">
<artifact name="webapi" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.into-cps.orchestration', module='webapi', version='1.0.6')
)
libraryDependencies += "org.into-cps.orchestration" % "webapi" % "1.0.6"
[org.into-cps.orchestration/webapi "1.0.6"]