is not current version
Last Version 1.1.3

tw.hyl.common:buildtools 1.0.2

build tools for aGalaxy projects.

GroupId

GroupId

tw.hyl.common
ArtifactId

ArtifactId

buildtools
Version

Version

1.0.2
Type

Type

jar

Download buildtools 1.0.2


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