GroupId | GroupIdcom.cloudimpl.outstack |
---|---|
ArtifactId | ArtifactIdservice-example |
Version | Version3.0.30 |
Type | Typejar |
Filename | Size |
---|---|
service-example-3.0.30.pom | |
service-example-3.0.30.jar | 8 KB |
service-example-3.0.30-sources.jar | 7 KB |
service-example-3.0.30-javadoc.jar | 146 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.cloudimpl.outstack/service-example/ -->
<dependency>
<groupId>com.cloudimpl.outstack</groupId>
<artifactId>service-example</artifactId>
<version>3.0.30</version>
</dependency>
// https://jarcasting.com/artifacts/com.cloudimpl.outstack/service-example/
implementation 'com.cloudimpl.outstack:service-example:3.0.30'
// https://jarcasting.com/artifacts/com.cloudimpl.outstack/service-example/
implementation ("com.cloudimpl.outstack:service-example:3.0.30")
'com.cloudimpl.outstack:service-example:jar:3.0.30'
<dependency org="com.cloudimpl.outstack" name="service-example" rev="3.0.30">
<artifact name="service-example" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.cloudimpl.outstack', module='service-example', version='3.0.30')
)
libraryDependencies += "com.cloudimpl.outstack" % "service-example" % "3.0.30"
[com.cloudimpl.outstack/service-example "3.0.30"]