MVN

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

Maven & Gradle

Jul 22, 2022
1 stars

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

<dependency>
    <groupId>io.gitlab.hohserg.elegant.networking</groupId>
    <artifactId>annotation-processor</artifactId>
    <version>3.16</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.gitlab.hohserg.elegant.networking : annotation-processor to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 3.16

All Versions

Choose a version of io.gitlab.hohserg.elegant.networking : annotation-processor to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
3.16
annotation-processor-3.16
3.14
annotation-processor-3.14
3.10
annotation-processor-3.10
3.8
annotation-processor-3.8
3.7
annotation-processor-3.7
3.5
annotation-processor-3.5
3.4
annotation-processor-3.4
3.2
annotation-processor-3.2
2.8
annotation-processor-2.8
2.7
annotation-processor-2.7
2.5
annotation-processor-2.5
2.4
annotation-processor-2.4
2.3
annotation-processor-2.3
2.1
annotation-processor-2.1
2.0
annotation-processor-2.0

How to add a dependency to Maven

Add the following io.gitlab.hohserg.elegant.networking : annotation-processor maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.gitlab.hohserg.elegant.networking</groupId>
    <artifactId>annotation-processor</artifactId>
    <version>3.16</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.gitlab.hohserg.elegant.networking : annotation-processor gradle dependency to your build.gradle file:

implementation 'io.gitlab.hohserg.elegant.networking:annotation-processor:3.16'

Gradle Kotlin DSL: Add the following io.gitlab.hohserg.elegant.networking : annotation-processor gradle kotlin dependency to your build.gradle.kts file:

implementation("io.gitlab.hohserg.elegant.networking:annotation-processor:3.16")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.gitlab.hohserg.elegant.networking : annotation-processor sbt scala dependency to your build.sbt file:

libraryDependencies += "io.gitlab.hohserg.elegant.networking" % "annotation-processor" % "3.16"