is not current version
Last Version 1.0.4

net.sourceforge.jeuclid:build-tools 1.0.1

This module contains files needed during JEuclids build.

Categories

Categories

Build Tools Net CLI User Interface
GroupId

GroupId

net.sourceforge.jeuclid
ArtifactId

ArtifactId

build-tools
Version

Version

1.0.1
Type

Type

jar

Download build-tools 1.0.1


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