Package Info Generator

Annotation processor that generates package-info.java files for every java package

License

License

GroupId

GroupId

io.brachu
ArtifactId

ArtifactId

pig
Last Version

Last Version

0.1.1
Release Date

Release Date

Type

Type

jar
Description

Description

Package Info Generator
Annotation processor that generates package-info.java files for every java package
Project URL

Project URL

https://github.com/br4chu/pig

Download pig

How to add to project

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

Dependencies

compile (1)

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

provided (1)

Group / Artifact Type Version
org.eclipse.jdt : org.eclipse.jdt.compiler.apt jar 1.3.1300

system (1)

Group / Artifact Type Version
com.sun » tools jar 1.8.0

Project Modules

There are no modules declared in this project.

Versions

Version
0.1.1