GroupId | GroupIdcom.elastisys.scale |
---|---|
ArtifactId | ArtifactIdcloudpool.commons |
Version | Version4.1.8 |
Type | Typejar |
Filename | Size |
---|---|
cloudpool.commons-4.1.8.pom | |
cloudpool.commons-4.1.8.jar | 73 KB |
cloudpool.commons-4.1.8-sources.jar | 53 KB |
cloudpool.commons-4.1.8-javadoc.jar | 337 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.elastisys.scale/cloudpool.commons/ -->
<dependency>
<groupId>com.elastisys.scale</groupId>
<artifactId>cloudpool.commons</artifactId>
<version>4.1.8</version>
</dependency>
// https://jarcasting.com/artifacts/com.elastisys.scale/cloudpool.commons/
implementation 'com.elastisys.scale:cloudpool.commons:4.1.8'
// https://jarcasting.com/artifacts/com.elastisys.scale/cloudpool.commons/
implementation ("com.elastisys.scale:cloudpool.commons:4.1.8")
'com.elastisys.scale:cloudpool.commons:jar:4.1.8'
<dependency org="com.elastisys.scale" name="cloudpool.commons" rev="4.1.8">
<artifact name="cloudpool.commons" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.elastisys.scale', module='cloudpool.commons', version='4.1.8')
)
libraryDependencies += "com.elastisys.scale" % "cloudpool.commons" % "4.1.8"
[com.elastisys.scale/cloudpool.commons "4.1.8"]