is not current version
Last Version 0.2.3

net.amygdalum:compilerutils 0.2.0

Utility classes needed for search and compiler applications

Categories

Categories

Net
GroupId

GroupId

net.amygdalum
ArtifactId

ArtifactId

compilerutils
Version

Version

0.2.0
Type

Type

jar

Download compilerutils 0.2.0


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