| License |
License |
|---|---|
| Categories |
CategoriesAnt Build Tools Net Networking |
| GroupId | GroupIdio.gitlab.hohserg.elegant.networking |
| ArtifactId | ArtifactIdannotation-processor |
| Last Version | Last Version3.14 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Descriptionannotation-processor
This is a annotation processor for ElegantNetworking. Intended for code-generation of packet serializers
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| annotation-processor-3.14.pom | |
| annotation-processor-3.14.jar | 1 MB |
| annotation-processor-3.14-sources.jar | 22 KB |
| annotation-processor-3.14-javadoc.jar | 92 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.14</version>
</dependency>
// https://jarcasting.com/artifacts/io.gitlab.hohserg.elegant.networking/annotation-processor/
implementation 'io.gitlab.hohserg.elegant.networking:annotation-processor:3.14'
// https://jarcasting.com/artifacts/io.gitlab.hohserg.elegant.networking/annotation-processor/
implementation ("io.gitlab.hohserg.elegant.networking:annotation-processor:3.14")
'io.gitlab.hohserg.elegant.networking:annotation-processor:jar:3.14'
<dependency org="io.gitlab.hohserg.elegant.networking" name="annotation-processor" rev="3.14">
<artifact name="annotation-processor" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.gitlab.hohserg.elegant.networking', module='annotation-processor', version='3.14')
)
libraryDependencies += "io.gitlab.hohserg.elegant.networking" % "annotation-processor" % "3.14"
[io.gitlab.hohserg.elegant.networking/annotation-processor "3.14"]