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