License |
License |
---|---|
GroupId | GroupIdcom.elastisys.scale |
ArtifactId | ArtifactIdcommons.root |
Last Version | Last Version2.3.4 |
Release Date | Release Date |
Type | Typepom |
Description |
Descriptionelastisys:scale :: commons :: root
Common Java libraries and utilities for elastisys:scale-related software.
|
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
commons.root-2.3.4.pom | 18 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.elastisys.scale/commons.root/ -->
<dependency>
<groupId>com.elastisys.scale</groupId>
<artifactId>commons.root</artifactId>
<version>2.3.4</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.elastisys.scale/commons.root/
implementation 'com.elastisys.scale:commons.root:2.3.4'
// https://jarcasting.com/artifacts/com.elastisys.scale/commons.root/
implementation ("com.elastisys.scale:commons.root:2.3.4")
'com.elastisys.scale:commons.root:pom:2.3.4'
<dependency org="com.elastisys.scale" name="commons.root" rev="2.3.4">
<artifact name="commons.root" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.elastisys.scale', module='commons.root', version='2.3.4')
)
libraryDependencies += "com.elastisys.scale" % "commons.root" % "2.3.4"
[com.elastisys.scale/commons.root "2.3.4"]