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