MVN

no.fiken.oss.junixsocket : junixsocket-native

Maven & Gradle

Jun 05, 2017
383 stars

junixsocket-native

<dependency>
    <groupId>no.fiken.oss.junixsocket</groupId>
    <artifactId>junixsocket-native</artifactId>
    <version>1.0.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of no.fiken.oss.junixsocket : junixsocket-native to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.2

All Versions

Choose a version of no.fiken.oss.junixsocket : junixsocket-native to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
junixsocket-native-1.0.2
junixsocket-native-1.0.1
junixsocket-native-1.0.0

How to add a dependency to Maven

Add the following no.fiken.oss.junixsocket : junixsocket-native maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>no.fiken.oss.junixsocket</groupId>
    <artifactId>junixsocket-native</artifactId>
    <version>1.0.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following no.fiken.oss.junixsocket : junixsocket-native gradle dependency to your build.gradle file:

implementation 'no.fiken.oss.junixsocket:junixsocket-native:1.0.2'

Gradle Kotlin DSL: Add the following no.fiken.oss.junixsocket : junixsocket-native gradle kotlin dependency to your build.gradle.kts file:

implementation("no.fiken.oss.junixsocket:junixsocket-native:1.0.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following no.fiken.oss.junixsocket : junixsocket-native sbt scala dependency to your build.sbt file:

libraryDependencies += "no.fiken.oss.junixsocket" % "junixsocket-native" % "1.0.2"