License |
License |
---|---|
GroupId | GroupIdcom.elastisys |
ArtifactId | ArtifactIdelastisys.buildtools |
Last Version | Last Version1.4 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionelastisys :: build tools
tools and settings used in project builds
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
elastisys.buildtools-1.4.pom | |
elastisys.buildtools-1.4.jar | 3 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.elastisys/elastisys.buildtools/ -->
<dependency>
<groupId>com.elastisys</groupId>
<artifactId>elastisys.buildtools</artifactId>
<version>1.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.elastisys/elastisys.buildtools/
implementation 'com.elastisys:elastisys.buildtools:1.4'
// https://jarcasting.com/artifacts/com.elastisys/elastisys.buildtools/
implementation ("com.elastisys:elastisys.buildtools:1.4")
'com.elastisys:elastisys.buildtools:jar:1.4'
<dependency org="com.elastisys" name="elastisys.buildtools" rev="1.4">
<artifact name="elastisys.buildtools" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.elastisys', module='elastisys.buildtools', version='1.4')
)
libraryDependencies += "com.elastisys" % "elastisys.buildtools" % "1.4"
[com.elastisys/elastisys.buildtools "1.4"]