MVN

by.legan.library : NetEngine

Maven & Gradle

Jul 05, 2019
1 usages
0 stars

NetEngine · Network Engine

<dependency>
    <groupId>by.legan.library</groupId>
    <artifactId>NetEngine</artifactId>
    <version>1.9.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of by.legan.library : NetEngine to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.9.1

All Versions

Choose a version of by.legan.library : NetEngine to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.9.x
NetEngine-1.9.1
1.9
NetEngine-1.9
1.6
NetEngine-1.6
1.5
NetEngine-1.5
1.4
NetEngine-1.4
1.3
NetEngine-1.3
1.2
NetEngine-1.2
1.1
NetEngine-1.1
1.0
NetEngine-1.0

How to add a dependency to Maven

Add the following by.legan.library : NetEngine maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>by.legan.library</groupId>
    <artifactId>NetEngine</artifactId>
    <version>1.9.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following by.legan.library : NetEngine gradle dependency to your build.gradle file:

implementation 'by.legan.library:NetEngine:1.9.1'

Gradle Kotlin DSL: Add the following by.legan.library : NetEngine gradle kotlin dependency to your build.gradle.kts file:

implementation("by.legan.library:NetEngine:1.9.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following by.legan.library : NetEngine sbt scala dependency to your build.sbt file:

libraryDependencies += "by.legan.library" % "NetEngine" % "1.9.1"