MVN

mobi.mofokom.slee : jain-slee-annotations-examples

Maven & Gradle

Jul 29, 2023

JAIN SLEE 1.1 Annotation Examples · jain-slee-annotations-examples

<dependency>
    <groupId>mobi.mofokom.slee</groupId>
    <artifactId>jain-slee-annotations-examples</artifactId>
    <version>1.0.4</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of mobi.mofokom.slee : jain-slee-annotations-examples to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.4

All Versions

Choose a version of mobi.mofokom.slee : jain-slee-annotations-examples to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
jain-slee-annotations-examples-1.0.4

How to add a dependency to Maven

Add the following mobi.mofokom.slee : jain-slee-annotations-examples maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>mobi.mofokom.slee</groupId>
    <artifactId>jain-slee-annotations-examples</artifactId>
    <version>1.0.4</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following mobi.mofokom.slee : jain-slee-annotations-examples gradle dependency to your build.gradle file:

implementation 'mobi.mofokom.slee:jain-slee-annotations-examples:1.0.4'

Gradle Kotlin DSL: Add the following mobi.mofokom.slee : jain-slee-annotations-examples gradle kotlin dependency to your build.gradle.kts file:

implementation("mobi.mofokom.slee:jain-slee-annotations-examples:1.0.4")

How to add a dependency to SBT Scala

SBT Scala: Add the following mobi.mofokom.slee : jain-slee-annotations-examples sbt scala dependency to your build.sbt file:

libraryDependencies += "mobi.mofokom.slee" % "jain-slee-annotations-examples" % "1.0.4"