is not current version
Last Version 0.2.3

net.amygdalum:compilerutils 0.0.1

Utility classes needed for search and compiler applications

Categories

Categories

Net
GroupId

GroupId

net.amygdalum
ArtifactId

ArtifactId

compilerutils
Version

Version

0.0.1
Type

Type

jar

Download compilerutils 0.0.1


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