MVN

ru.send-to.ejb : EjbContext

Maven & Gradle

Sep 03, 2018
9 usages
0 stars

EjbContext

<dependency>
    <groupId>ru.send-to.ejb</groupId>
    <artifactId>EjbContext</artifactId>
    <version>1.0.1.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of ru.send-to.ejb : EjbContext to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.1.0

All Versions

Choose a version of ru.send-to.ejb : EjbContext to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
EjbContext-1.0.1.0
0.3.x
EjbContext-0.3.2.4
EjbContext-0.3.2.3
EjbContext-0.3.2.0
0.2.x
EjbContext-0.2.0.0
0.1.x
EjbContext-0.1.4.0
EjbContext-0.1.3.1
EjbContext-0.1.3.0
0.0.x
EjbContext-0.0.6.1
EjbContext-0.0.6
EjbContext-0.0.3
EjbContext-0.0.2

How to add a dependency to Maven

Add the following ru.send-to.ejb : EjbContext maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>ru.send-to.ejb</groupId>
    <artifactId>EjbContext</artifactId>
    <version>1.0.1.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following ru.send-to.ejb : EjbContext gradle dependency to your build.gradle file:

implementation 'ru.send-to.ejb:EjbContext:1.0.1.0'

Gradle Kotlin DSL: Add the following ru.send-to.ejb : EjbContext gradle kotlin dependency to your build.gradle.kts file:

implementation("ru.send-to.ejb:EjbContext:1.0.1.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following ru.send-to.ejb : EjbContext sbt scala dependency to your build.sbt file:

libraryDependencies += "ru.send-to.ejb" % "EjbContext" % "1.0.1.0"

Advertisement