Categories |
CategoriesAnt Build Tools Net Networking |
---|---|
GroupId | GroupIdio.gitlab.hohserg.elegant.networking |
ArtifactId | ArtifactIdannotation-processor |
Version | Version2.0 |
Type | Typejar |
Filename | Size |
---|---|
annotation-processor-2.0.pom | |
annotation-processor-2.0.jar | 1 MB |
annotation-processor-2.0-sources.jar | 15 KB |
annotation-processor-2.0-javadoc.jar | 77 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.gitlab.hohserg.elegant.networking/annotation-processor/ -->
<dependency>
<groupId>io.gitlab.hohserg.elegant.networking</groupId>
<artifactId>annotation-processor</artifactId>
<version>2.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.gitlab.hohserg.elegant.networking/annotation-processor/
implementation 'io.gitlab.hohserg.elegant.networking:annotation-processor:2.0'
// https://jarcasting.com/artifacts/io.gitlab.hohserg.elegant.networking/annotation-processor/
implementation ("io.gitlab.hohserg.elegant.networking:annotation-processor:2.0")
'io.gitlab.hohserg.elegant.networking:annotation-processor:jar:2.0'
<dependency org="io.gitlab.hohserg.elegant.networking" name="annotation-processor" rev="2.0">
<artifact name="annotation-processor" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.gitlab.hohserg.elegant.networking', module='annotation-processor', version='2.0')
)
libraryDependencies += "io.gitlab.hohserg.elegant.networking" % "annotation-processor" % "2.0"
[io.gitlab.hohserg.elegant.networking/annotation-processor "2.0"]