adp4j

Annotation Driven Properties For Java allows you to inject properties in your objects in a declarative way using annotations

License

License

GroupId

GroupId

io.github.benas
ArtifactId

ArtifactId

adp4j
Last Version

Last Version

1.0.0
Release Date

Release Date

Type

Type

jar
Description

Description

adp4j
Annotation Driven Properties For Java allows you to inject properties in your objects in a declarative way using annotations
Project URL

Project URL

https://github.com/benas/adp4j

Download adp4j

How to add to project

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

Dependencies

compile (1)

Group / Artifact Type Version
commons-beanutils : commons-beanutils jar 1.8.3

test (4)

Group / Artifact Type Version
junit : junit jar 4.11
org.springframework : spring-jdbc jar 3.2.2.RELEASE
org.hsqldb : hsqldb jar 2.2.9
simple-jndi : simple-jndi jar 0.11.4.1

Project Modules

There are no modules declared in this project.

Versions

Version
1.0.0