is not current version
Last Version 1.4

com.elastisys:elastisys 1.2

One POM to rule them all.

GroupId

GroupId

com.elastisys
ArtifactId

ArtifactId

elastisys
Version

Version

1.2
Type

Type

pom

Download elastisys 1.2

Filename Size
elastisys-1.2.pom 14 KB
Browse

<!-- https://jarcasting.com/artifacts/com.elastisys/elastisys/ -->
<dependency>
    <groupId>com.elastisys</groupId>
    <artifactId>elastisys</artifactId>
    <version>1.2</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.elastisys/elastisys/
implementation 'com.elastisys:elastisys:1.2'
// https://jarcasting.com/artifacts/com.elastisys/elastisys/
implementation ("com.elastisys:elastisys:1.2")
'com.elastisys:elastisys:pom:1.2'
<dependency org="com.elastisys" name="elastisys" rev="1.2">
  <artifact name="elastisys" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.elastisys', module='elastisys', version='1.2')
)
libraryDependencies += "com.elastisys" % "elastisys" % "1.2"
[com.elastisys/elastisys "1.2"]