is not current version
Last Version 1.4

org.jdto:jdto-cdi 1.3

CDI integration module for the jDTO Binder framework.

GroupId

GroupId

org.jdto
ArtifactId

ArtifactId

jdto-cdi
Version

Version

1.3
Type

Type

jar

Download jdto-cdi 1.3


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