MVN

com.googlecode.xremoting : xremoting-core

Maven & Gradle

Nov 05, 2015
4 usages
1 stars

Simple remoting framework core · XRemoting framework core

<dependency>
    <groupId>com.googlecode.xremoting</groupId>
    <artifactId>xremoting-core</artifactId>
    <version>1.0-10</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.googlecode.xremoting : xremoting-core to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0-10

All Versions

Choose a version of com.googlecode.xremoting : xremoting-core to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0
xremoting-core-1.0-10
xremoting-core-1.0-8
xremoting-core-1.0-7
xremoting-core-1.0-6
xremoting-core-1.0-5
xremoting-core-1.0-4

How to add a dependency to Maven

Add the following com.googlecode.xremoting : xremoting-core maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.googlecode.xremoting</groupId>
    <artifactId>xremoting-core</artifactId>
    <version>1.0-10</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.googlecode.xremoting : xremoting-core gradle dependency to your build.gradle file:

implementation 'com.googlecode.xremoting:xremoting-core:1.0-10'

Gradle Kotlin DSL: Add the following com.googlecode.xremoting : xremoting-core gradle kotlin dependency to your build.gradle.kts file:

implementation("com.googlecode.xremoting:xremoting-core:1.0-10")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.googlecode.xremoting : xremoting-core sbt scala dependency to your build.sbt file:

libraryDependencies += "com.googlecode.xremoting" % "xremoting-core" % "1.0-10"

Advertisement