is not current version
Last Version 2.2

org.jencks:jencks-parent 2.1

Spring and POJO enhancements to the Geronimo JCA container to implement Message Driven POJOs.

GroupId

GroupId

org.jencks
ArtifactId

ArtifactId

jencks-parent
Version

Version

2.1
Type

Type

pom

Download jencks-parent 2.1

Filename Size
jencks-parent-2.1.pom 3 KB
Browse

<!-- https://jarcasting.com/artifacts/org.jencks/jencks-parent/ -->
<dependency>
    <groupId>org.jencks</groupId>
    <artifactId>jencks-parent</artifactId>
    <version>2.1</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.jencks/jencks-parent/
implementation 'org.jencks:jencks-parent:2.1'
// https://jarcasting.com/artifacts/org.jencks/jencks-parent/
implementation ("org.jencks:jencks-parent:2.1")
'org.jencks:jencks-parent:pom:2.1'
<dependency org="org.jencks" name="jencks-parent" rev="2.1">
  <artifact name="jencks-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.jencks', module='jencks-parent', version='2.1')
)
libraryDependencies += "org.jencks" % "jencks-parent" % "2.1"
[org.jencks/jencks-parent "2.1"]