MVN

com.github.pandafw : panda-nets

Maven & Gradle

Dec 29, 2020
6 stars

Panda Nets · Panda Nets is a client side library of many basic Internet protocols.

<dependency>
    <groupId>com.github.pandafw</groupId>
    <artifactId>panda-nets</artifactId>
    <version>1.3.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.pandafw : panda-nets to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.3.1

All Versions

Choose a version of com.github.pandafw : panda-nets to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.8.x
panda-nets-1.8.0
1.7.x
panda-nets-1.7.0
1.6.x
panda-nets-1.6.0
1.5.x
panda-nets-1.5.5
panda-nets-1.5.3
panda-nets-1.5.2
panda-nets-1.5.1
panda-nets-1.5.0
1.3.x
panda-nets-1.3.1
panda-nets-1.3.0

How to add a dependency to Maven

Add the following com.github.pandafw : panda-nets maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.github.pandafw</groupId>
    <artifactId>panda-nets</artifactId>
    <version>1.3.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.pandafw : panda-nets gradle dependency to your build.gradle file:

implementation 'com.github.pandafw:panda-nets:1.3.1'

Gradle Kotlin DSL: Add the following com.github.pandafw : panda-nets gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.pandafw:panda-nets:1.3.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.pandafw : panda-nets sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.pandafw" % "panda-nets" % "1.3.1"