GroupId | GroupIdcom.elastisys.scale |
---|---|
ArtifactId | ArtifactIdcloudpool.commons |
Version | Version4.1.10 |
Type | Typejar |
Filename | Size |
---|---|
cloudpool.commons-4.1.10.pom | |
cloudpool.commons-4.1.10.jar | 72 KB |
cloudpool.commons-4.1.10-sources.jar | 53 KB |
cloudpool.commons-4.1.10-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.10</version>
</dependency>
// https://jarcasting.com/artifacts/com.elastisys.scale/cloudpool.commons/
implementation 'com.elastisys.scale:cloudpool.commons:4.1.10'
// https://jarcasting.com/artifacts/com.elastisys.scale/cloudpool.commons/
implementation ("com.elastisys.scale:cloudpool.commons:4.1.10")
'com.elastisys.scale:cloudpool.commons:jar:4.1.10'
<dependency org="com.elastisys.scale" name="cloudpool.commons" rev="4.1.10">
<artifact name="cloudpool.commons" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.elastisys.scale', module='cloudpool.commons', version='4.1.10')
)
libraryDependencies += "com.elastisys.scale" % "cloudpool.commons" % "4.1.10"
[com.elastisys.scale/cloudpool.commons "4.1.10"]