MVN

com.jtconnors.socket : com.jtconnors.socket

Maven & Gradle

Feb 08, 2019
0 stars

Java socket utility classes · Java socket utility classes used as an example on how to set up pushing components to the Central Repository

<dependency>
    <groupId>com.jtconnors.socket</groupId>
    <artifactId>com.jtconnors.socket</artifactId>
    <version>11.0.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.jtconnors.socket : com.jtconnors.socket to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 11.0.1

All Versions

Choose a version of com.jtconnors.socket : com.jtconnors.socket to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
11.0.x
com.jtconnors.socket-11.0.1
11.0
com.jtconnors.socket-11.0

How to add a dependency to Maven

Add the following com.jtconnors.socket : com.jtconnors.socket maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.jtconnors.socket</groupId>
    <artifactId>com.jtconnors.socket</artifactId>
    <version>11.0.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.jtconnors.socket : com.jtconnors.socket gradle dependency to your build.gradle file:

implementation 'com.jtconnors.socket:com.jtconnors.socket:11.0.1'

Gradle Kotlin DSL: Add the following com.jtconnors.socket : com.jtconnors.socket gradle kotlin dependency to your build.gradle.kts file:

implementation("com.jtconnors.socket:com.jtconnors.socket:11.0.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.jtconnors.socket : com.jtconnors.socket sbt scala dependency to your build.sbt file:

libraryDependencies += "com.jtconnors.socket" % "com.jtconnors.socket" % "11.0.1"

Advertisement