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