is not current version
Last Version 3.14

io.gitlab.hohserg.elegant.networking:annotation-processor 2.4

This is a annotation processor for ElegantNetworking. Intended for code-generation of packet serializers

Categories

Categories

Ant Build Tools Net Networking
GroupId

GroupId

io.gitlab.hohserg.elegant.networking
ArtifactId

ArtifactId

annotation-processor
Version

Version

2.4
Type

Type

jar

Download annotation-processor 2.4


<!-- 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.4</version>
</dependency>
// https://jarcasting.com/artifacts/io.gitlab.hohserg.elegant.networking/annotation-processor/
implementation 'io.gitlab.hohserg.elegant.networking:annotation-processor:2.4'
// https://jarcasting.com/artifacts/io.gitlab.hohserg.elegant.networking/annotation-processor/
implementation ("io.gitlab.hohserg.elegant.networking:annotation-processor:2.4")
'io.gitlab.hohserg.elegant.networking:annotation-processor:jar:2.4'
<dependency org="io.gitlab.hohserg.elegant.networking" name="annotation-processor" rev="2.4">
  <artifact name="annotation-processor" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.gitlab.hohserg.elegant.networking', module='annotation-processor', version='2.4')
)
libraryDependencies += "io.gitlab.hohserg.elegant.networking" % "annotation-processor" % "2.4"
[io.gitlab.hohserg.elegant.networking/annotation-processor "2.4"]