is not current version
Last Version 1.4

com.elastisys:elastisys.buildtools 1.1

tools and settings used in project builds

GroupId

GroupId

com.elastisys
ArtifactId

ArtifactId

elastisys.buildtools
Version

Version

1.1
Type

Type

jar

Download elastisys.buildtools 1.1


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