Jar examples for 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.
You can download jar file jencks-all 1.1 in this page.
You can use the following script to add jencks-all-1.1.jar to your project.
<dependency> <groupId>jencks</groupId> <artifactId>jencks-all</artifactId> <version>1.1</version> </dependency>
compile group: 'jencks', name: 'jencks-all', version: '1.1'
libraryDependencies += "jencks" % "jencks-all" % "1.1"
<dependency org="jencks" name="jencks-all" rev="1.1"/>
@Grapes(@Grab(group='jencks', module='jencks-all', version='1.1'))
'jencks:jencks-all:jar:1.1'
Click the following link to download the jar file.
jencks-all-1.1.jar