is not current version
Last Version 0.2.3

net.amygdalum:compilerutils 0.0.6

Utility classes needed for search and compiler applications

Categories

Categories

Net
GroupId

GroupId

net.amygdalum
ArtifactId

ArtifactId

compilerutils
Version

Version

0.0.6
Type

Type

jar

Download compilerutils 0.0.6


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