Categories |
CategoriesAnt Build Tools Net Networking |
---|---|
GroupId | GroupIdio.gitlab.hohserg.elegant.networking |
ArtifactId | ArtifactIdannotation-processor |
Version | Version3.4 |
Type | Typejar |
Filename | Size |
---|---|
annotation-processor-3.4.pom | |
annotation-processor-3.4.jar | 1 MB |
annotation-processor-3.4-sources.jar | 21 KB |
annotation-processor-3.4-javadoc.jar | 91 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>3.4</version>
</dependency>
// https://jarcasting.com/artifacts/io.gitlab.hohserg.elegant.networking/annotation-processor/
implementation 'io.gitlab.hohserg.elegant.networking:annotation-processor:3.4'
// https://jarcasting.com/artifacts/io.gitlab.hohserg.elegant.networking/annotation-processor/
implementation ("io.gitlab.hohserg.elegant.networking:annotation-processor:3.4")
'io.gitlab.hohserg.elegant.networking:annotation-processor:jar:3.4'
<dependency org="io.gitlab.hohserg.elegant.networking" name="annotation-processor" rev="3.4">
<artifact name="annotation-processor" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.gitlab.hohserg.elegant.networking', module='annotation-processor', version='3.4')
)
libraryDependencies += "io.gitlab.hohserg.elegant.networking" % "annotation-processor" % "3.4"
[io.gitlab.hohserg.elegant.networking/annotation-processor "3.4"]