MVN

org.agilewiki.jasocket : jasocket

Maven & Gradle

Feb 11, 2013
1 usages
14 stars

JASocket · Lightweight Mobile Agent Cluster

<dependency>
    <groupId>org.agilewiki.jasocket</groupId>
    <artifactId>jasocket</artifactId>
    <version>3.2.1.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.agilewiki.jasocket : jasocket to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 3.2.1.0
  • Latest Release Candidate: 3.0.0.0-RC1

All Versions

Choose a version of org.agilewiki.jasocket : jasocket to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
3.2.x
jasocket-3.2.1.0
jasocket-3.2.0.0
3.1.x
jasocket-3.1.1.0
jasocket-3.1.0.0
3.0.x
jasocket-3.0.0.0
jasocket-3.0.0.0-RC1
2.4.x
jasocket-2.4.0.0
2.3.x
jasocket-2.3.0.0
2.2.x
jasocket-2.2.1.0
jasocket-2.2.0
2.1.x
jasocket-2.1.0
2.0.x
jasocket-2.0.0
1.1.x
jasocket-1.1.0
1.0.x
jasocket-1.0.0
0.7.x
jasocket-0.7.0
0.6.x
jasocket-0.6.0
0.5.x
jasocket-0.5.1
jasocket-0.5.0
0.4.x
jasocket-0.4.0
0.3.x
jasocket-0.3.0
0.2.x
jasocket-0.2.0
0.1.x
jasocket-0.1.0

How to add a dependency to Maven

Add the following org.agilewiki.jasocket : jasocket maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.agilewiki.jasocket</groupId>
    <artifactId>jasocket</artifactId>
    <version>3.2.1.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.agilewiki.jasocket : jasocket gradle dependency to your build.gradle file:

implementation 'org.agilewiki.jasocket:jasocket:3.2.1.0'

Gradle Kotlin DSL: Add the following org.agilewiki.jasocket : jasocket gradle kotlin dependency to your build.gradle.kts file:

implementation("org.agilewiki.jasocket:jasocket:3.2.1.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.agilewiki.jasocket : jasocket sbt scala dependency to your build.sbt file:

libraryDependencies += "org.agilewiki.jasocket" % "jasocket" % "3.2.1.0"

Advertisement