GroupId | GroupIdcom.cloudimpl.outstack |
---|---|
ArtifactId | ArtifactIdservice-example |
Version | Version4.0.462 |
Type | Typepom |
Filename | Size |
---|---|
service-example-4.0.462.pom | 1 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.cloudimpl.outstack/service-example/ -->
<dependency>
<groupId>com.cloudimpl.outstack</groupId>
<artifactId>service-example</artifactId>
<version>4.0.462</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.cloudimpl.outstack/service-example/
implementation 'com.cloudimpl.outstack:service-example:4.0.462'
// https://jarcasting.com/artifacts/com.cloudimpl.outstack/service-example/
implementation ("com.cloudimpl.outstack:service-example:4.0.462")
'com.cloudimpl.outstack:service-example:pom:4.0.462'
<dependency org="com.cloudimpl.outstack" name="service-example" rev="4.0.462">
<artifact name="service-example" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.cloudimpl.outstack', module='service-example', version='4.0.462')
)
libraryDependencies += "com.cloudimpl.outstack" % "service-example" % "4.0.462"
[com.cloudimpl.outstack/service-example "4.0.462"]