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