j

jencks-all

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.
http://www.jencks.org/
LogicBlaze, Inc.
Files download
File Operation
jencks-all-1.1.3.jar download
jencks-all-1.1.3.pom download
Apache Maven
<dependency>
  <groupId>jencks</groupId>
  <artifactId>jencks-all</artifactId>
  <version>1.1.3</version>
</dependency>
Gradle Groovy
implementation 'jencks:jencks-all:1.1.3'
Gradle Kotlin
implementation("jencks:jencks-all:1.1.3")
Scala SBT
libraryDependencies += "jencks" % "jencks-all" % "1.1.3"
Groovy Grape
@Grapes(
  @Grab(group='jencks', module='jencks-all', version='1.1.3')
)
Apache Ivy
<dependency org="jencks" name="jencks-all" rev="1.1.3" />
Leiningen
[jencks/jencks-all "1.1.3"]
Apache Buildr
'jencks:jencks-all:jar:1.1.3'