| GroupId | GroupIdjencks |
|---|---|
| ArtifactId | ArtifactIdjencks-all |
| Last Version | Last Version1.1.3 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionJencks :: 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.
|
| Project URL |
Project URL |
| Project Organization |
Project OrganizationLogicBlaze, Inc. |
| Filename | Size |
|---|---|
| jencks-all-1.1.3.pom | |
| jencks-all-1.1.3.jar | 454 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/jencks/jencks-all/ -->
<dependency>
<groupId>jencks</groupId>
<artifactId>jencks-all</artifactId>
<version>1.1.3</version>
</dependency>
// https://jarcasting.com/artifacts/jencks/jencks-all/
implementation 'jencks:jencks-all:1.1.3'
// https://jarcasting.com/artifacts/jencks/jencks-all/
implementation ("jencks:jencks-all:1.1.3")
'jencks:jencks-all:jar:1.1.3'
<dependency org="jencks" name="jencks-all" rev="1.1.3">
<artifact name="jencks-all" type="jar" />
</dependency>
@Grapes(
@Grab(group='jencks', module='jencks-all', version='1.1.3')
)
libraryDependencies += "jencks" % "jencks-all" % "1.1.3"
[jencks/jencks-all "1.1.3"]