MVN

xyz.noark : noark-protobuf

Maven & Gradle

Apr 30, 2019

Noark · This is a game server framework.

<dependency>
    <groupId>xyz.noark</groupId>
    <artifactId>noark-protobuf</artifactId>
    <version>3.2.8.Final</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of xyz.noark : noark-protobuf to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 3.2.8.Final

All Versions

Choose a version of xyz.noark : noark-protobuf to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
3.2.x
noark-protobuf-3.2.8.Final
noark-protobuf-3.2.7.Final
noark-protobuf-3.2.6.Final
noark-protobuf-3.2.5.Final
noark-protobuf-3.2.4.Final
noark-protobuf-3.2.3.Final
noark-protobuf-3.2.2.Final
noark-protobuf-3.2.1.Final
noark-protobuf-3.2.0.Final
3.1.x
noark-protobuf-3.1.18.Final

How to add a dependency to Maven

Add the following xyz.noark : noark-protobuf maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>xyz.noark</groupId>
    <artifactId>noark-protobuf</artifactId>
    <version>3.2.8.Final</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following xyz.noark : noark-protobuf gradle dependency to your build.gradle file:

implementation 'xyz.noark:noark-protobuf:3.2.8.Final'

Gradle Kotlin DSL: Add the following xyz.noark : noark-protobuf gradle kotlin dependency to your build.gradle.kts file:

implementation("xyz.noark:noark-protobuf:3.2.8.Final")

How to add a dependency to SBT Scala

SBT Scala: Add the following xyz.noark : noark-protobuf sbt scala dependency to your build.sbt file:

libraryDependencies += "xyz.noark" % "noark-protobuf" % "3.2.8.Final"

Advertisement

Dependencies from Group

Jul 03, 2023
11 usages
Jul 03, 2023
7 usages
Jul 03, 2023
4 usages
Jul 03, 2023
3 usages
Jul 03, 2023
2 usages

Discover Dependencies

Jul 03, 2023
1 usages
Jul 03, 2023
4 usages
Jul 03, 2023
1 usages
Jun 13, 2019
5 usages
May 13, 2020
1 usages
17.7k stars