MVN

org.wildfly.swarm : remoting-runtime

Maven & Gradle

Jun 28, 2016
7 usages

WildFly Swarm: Remoting Runtime · WildFly Swarm: Remoting Runtime

<dependency>
    <groupId>org.wildfly.swarm</groupId>
    <artifactId>remoting-runtime</artifactId>
    <version>1.0.2.Final</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.wildfly.swarm : remoting-runtime to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.2.Final
  • Latest Beta: 1.0.0.Beta7
  • Latest Alpha: 1.0.0.Alpha8

All Versions

Choose a version of org.wildfly.swarm : remoting-runtime to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
remoting-runtime-1.0.2.Final
remoting-runtime-1.0.1.Final
remoting-runtime-1.0.0.Final
remoting-runtime-1.0.0.CR3
remoting-runtime-1.0.0.CR2
remoting-runtime-1.0.0.CR1
remoting-runtime-1.0.0.Beta7
remoting-runtime-1.0.0.Beta6
remoting-runtime-1.0.0.Beta5
remoting-runtime-1.0.0.Beta4
remoting-runtime-1.0.0.Beta3
remoting-runtime-1.0.0.Beta2
remoting-runtime-1.0.0.Beta1
remoting-runtime-1.0.0.Alpha8
remoting-runtime-1.0.0.Alpha7
remoting-runtime-1.0.0.Alpha6

How to add a dependency to Maven

Add the following org.wildfly.swarm : remoting-runtime maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.wildfly.swarm</groupId>
    <artifactId>remoting-runtime</artifactId>
    <version>1.0.2.Final</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.wildfly.swarm : remoting-runtime gradle dependency to your build.gradle file:

implementation 'org.wildfly.swarm:remoting-runtime:1.0.2.Final'

Gradle Kotlin DSL: Add the following org.wildfly.swarm : remoting-runtime gradle kotlin dependency to your build.gradle.kts file:

implementation("org.wildfly.swarm:remoting-runtime:1.0.2.Final")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.wildfly.swarm : remoting-runtime sbt scala dependency to your build.sbt file:

libraryDependencies += "org.wildfly.swarm" % "remoting-runtime" % "1.0.2.Final"

Advertisement