License |
License |
---|---|
Categories |
CategoriesNet |
GroupId | GroupIdnet.q2ek |
ArtifactId | ArtifactIdcompileinfo |
Version | Version1.0.0-rc1 |
Type | Typejar |
Description |
DescriptionCompileInfo
This library contains the CompileInfo annotation which provides a convenient way to get compile time information in a Java application.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
compileinfo-1.0.0-rc1.pom | |
compileinfo-1.0.0-rc1.jar | 25 KB |
compileinfo-1.0.0-rc1-sources.jar | 15 KB |
compileinfo-1.0.0-rc1-javadoc.jar | 71 KB |
Browse |
<!-- 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"]
Group / Artifact | Type | Version |
---|---|---|
com.google.auto.service : auto-service | jar | 1.0-rc3 |
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 |