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