MVN

io.github.neutronstarer : npc

Maven & Gradle

Apr 07, 2023
0 stars

npc · Near Procedure Call.

<dependency>
    <groupId>io.github.neutronstarer</groupId>
    <artifactId>npc</artifactId>
    <version>4.7.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.github.neutronstarer : npc to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 4.7.0

All Versions

Choose a version of io.github.neutronstarer : npc to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
4.7.x
npc-4.7.0
4.6.x
npc-4.6.1
npc-4.6.0
4.3.x
npc-4.3.0
4.0.x
npc-4.0.0
1.0.x
npc-1.0.6
npc-1.0.5
npc-1.0.3
npc-1.0.2
npc-1.0.1
npc-1.0.0

How to add a dependency to Maven

Add the following io.github.neutronstarer : npc maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.github.neutronstarer</groupId>
    <artifactId>npc</artifactId>
    <version>4.7.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.github.neutronstarer : npc gradle dependency to your build.gradle file:

implementation 'io.github.neutronstarer:npc:4.7.0'

Gradle Kotlin DSL: Add the following io.github.neutronstarer : npc gradle kotlin dependency to your build.gradle.kts file:

implementation("io.github.neutronstarer:npc:4.7.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.github.neutronstarer : npc sbt scala dependency to your build.sbt file:

libraryDependencies += "io.github.neutronstarer" % "npc" % "4.7.0"