| GroupId | GroupIdcom.elastisys.scale |
|---|---|
| ArtifactId | ArtifactIdcommons.root |
| Version | Version2.2.5 |
| Type | Typepom |
| Filename | Size |
|---|---|
| commons.root-2.2.5.pom | 20 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.elastisys.scale/commons.root/ -->
<dependency>
<groupId>com.elastisys.scale</groupId>
<artifactId>commons.root</artifactId>
<version>2.2.5</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.elastisys.scale/commons.root/
implementation 'com.elastisys.scale:commons.root:2.2.5'
// https://jarcasting.com/artifacts/com.elastisys.scale/commons.root/
implementation ("com.elastisys.scale:commons.root:2.2.5")
'com.elastisys.scale:commons.root:pom:2.2.5'
<dependency org="com.elastisys.scale" name="commons.root" rev="2.2.5">
<artifact name="commons.root" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.elastisys.scale', module='commons.root', version='2.2.5')
)
libraryDependencies += "com.elastisys.scale" % "commons.root" % "2.2.5"
[com.elastisys.scale/commons.root "2.2.5"]