Last Version

CompileInfo 1.0.0-rc1

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

License

License

Categories

Categories

Net
GroupId

GroupId

net.q2ek
ArtifactId

ArtifactId

compileinfo
Version

Version

1.0.0-rc1
Type

Type

jar
Description

Description

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

Project URL

https://github.com/EdzeKruizinga/compileinfo
Source Code Management

Source Code Management

http://github.com/q2ek/compileinfo/tree/master

Download compileinfo 1.0.0-rc1


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

Dependencies

provided (1)

Group / Artifact Type Version
com.google.auto.service : auto-service jar 1.0-rc3

test (3)

Group / Artifact Type Version
org.assertj : assertj-core jar 3.6.2
junit : junit jar 4.12
org.mockito : mockito-all jar 1.10.19

Project Modules

There are no modules declared in this project.