is not current version
Last Version 2.2

org.jencks:jencks-parent 2.0

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.0
Type

Type

pom

Download jencks-parent 2.0

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

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