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