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