MVN

jencks : jencks

Maven & Gradle

Mar 08, 2006
2 usages

Jencks · The code consists of example POJOs which should be usable inside a JMS container. i.e. there are no API dependencies on the container whatnosever. Its pretty easy to write useful Message POJOs without any API dependencies whatsoever. There's also a couple of helper classes you can use to provide some JMS helper methods.

<dependency>
    <groupId>jencks</groupId>
    <artifactId>jencks</artifactId>
    <version>1.1.3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of jencks : jencks to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.1.3

All Versions

Choose a version of jencks : jencks to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.1.x
jencks-1.1.3
jencks-1.1.2
jencks-1.1.1
1.1
jencks-1.1
1.0
jencks-1.0
jencks-1.0-M1

How to add a dependency to Maven

Add the following jencks : jencks maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>jencks</groupId>
    <artifactId>jencks</artifactId>
    <version>1.1.3</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following jencks : jencks gradle dependency to your build.gradle file:

implementation 'jencks:jencks:1.1.3'

Gradle Kotlin DSL: Add the following jencks : jencks gradle kotlin dependency to your build.gradle.kts file:

implementation("jencks:jencks:1.1.3")

How to add a dependency to SBT Scala

SBT Scala: Add the following jencks : jencks sbt scala dependency to your build.sbt file:

libraryDependencies += "jencks" % "jencks" % "1.1.3"

Advertisement