MVN

com.metaring : framework-ext-j2ee-rpc

Maven & Gradle

Apr 20, 2020
0 stars

MetaRing Framework J2EE RPC · RPC made in J2EE for the MetaRing Framework

<dependency>
    <groupId>com.metaring</groupId>
    <artifactId>framework-ext-j2ee-rpc</artifactId>
    <version>1.5.9</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.metaring : framework-ext-j2ee-rpc to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.5.9

All Versions

Choose a version of com.metaring : framework-ext-j2ee-rpc to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.5.x
framework-ext-j2ee-rpc-1.5.9
framework-ext-j2ee-rpc-1.5.8
framework-ext-j2ee-rpc-1.5.7
framework-ext-j2ee-rpc-1.5.6
framework-ext-j2ee-rpc-1.5.5
framework-ext-j2ee-rpc-1.5.4
framework-ext-j2ee-rpc-1.5.3
framework-ext-j2ee-rpc-1.5.2
framework-ext-j2ee-rpc-1.5.1
framework-ext-j2ee-rpc-1.5.0
1.3.x
framework-ext-j2ee-rpc-1.3.6
framework-ext-j2ee-rpc-1.3.5
framework-ext-j2ee-rpc-1.3.4
framework-ext-j2ee-rpc-1.3.3
framework-ext-j2ee-rpc-1.3.2
framework-ext-j2ee-rpc-1.3.1
1.2.x
framework-ext-j2ee-rpc-1.2.7
framework-ext-j2ee-rpc-1.2.6
framework-ext-j2ee-rpc-1.2.5
framework-ext-j2ee-rpc-1.2.4
framework-ext-j2ee-rpc-1.2.0
1.1.x
framework-ext-j2ee-rpc-1.1.9
framework-ext-j2ee-rpc-1.1.8
framework-ext-j2ee-rpc-1.1.7
framework-ext-j2ee-rpc-1.1.3
1.0.x
framework-ext-j2ee-rpc-1.0.9
framework-ext-j2ee-rpc-1.0.8
framework-ext-j2ee-rpc-1.0.7
framework-ext-j2ee-rpc-1.0.5
framework-ext-j2ee-rpc-1.0.4
framework-ext-j2ee-rpc-1.0.3
framework-ext-j2ee-rpc-1.0.2
framework-ext-j2ee-rpc-1.0.1
framework-ext-j2ee-rpc-1.0.0

How to add a dependency to Maven

Add the following com.metaring : framework-ext-j2ee-rpc maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.metaring</groupId>
    <artifactId>framework-ext-j2ee-rpc</artifactId>
    <version>1.5.9</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.metaring : framework-ext-j2ee-rpc gradle dependency to your build.gradle file:

implementation 'com.metaring:framework-ext-j2ee-rpc:1.5.9'

Gradle Kotlin DSL: Add the following com.metaring : framework-ext-j2ee-rpc gradle kotlin dependency to your build.gradle.kts file:

implementation("com.metaring:framework-ext-j2ee-rpc:1.5.9")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.metaring : framework-ext-j2ee-rpc sbt scala dependency to your build.sbt file:

libraryDependencies += "com.metaring" % "framework-ext-j2ee-rpc" % "1.5.9"