GroupId | GroupIdcom.elastisys |
---|---|
ArtifactId | ArtifactIdelastisys |
Version | Version1.3 |
Type | Typepom |
Filename | Size |
---|---|
elastisys-1.3.pom | 14 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.elastisys/elastisys/ -->
<dependency>
<groupId>com.elastisys</groupId>
<artifactId>elastisys</artifactId>
<version>1.3</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.elastisys/elastisys/
implementation 'com.elastisys:elastisys:1.3'
// https://jarcasting.com/artifacts/com.elastisys/elastisys/
implementation ("com.elastisys:elastisys:1.3")
'com.elastisys:elastisys:pom:1.3'
<dependency org="com.elastisys" name="elastisys" rev="1.3">
<artifact name="elastisys" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.elastisys', module='elastisys', version='1.3')
)
libraryDependencies += "com.elastisys" % "elastisys" % "1.3"
[com.elastisys/elastisys "1.3"]