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