is not current version
Last Version 1.0.0-rc1

net.q2ek:compileinfo 0.12.0

This library contains the CompileInfo annotation which provides a convenient way to get compile time information in a Java application.

Categories

Categories

Net
GroupId

GroupId

net.q2ek
ArtifactId

ArtifactId

compileinfo
Version

Version

0.12.0
Type

Type

jar

Download compileinfo 0.12.0


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