License |
License |
---|---|
Categories |
Categoriesconfig Application Layer Libs Configuration |
GroupId | GroupIdcom.google.code.eforceconfig |
ArtifactId | ArtifactIdeforceconfig-jdbc |
Last Version | Last Version1.1 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptioneforceconfig-jdbc
A simple java configuration framework based on XML
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
eforceconfig-jdbc-1.1.pom | |
eforceconfig-jdbc-1.1.jar | 13 KB |
eforceconfig-jdbc-1.1-sources.jar | 6 KB |
eforceconfig-jdbc-1.1-javadoc.jar | 42 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.google.code.eforceconfig/eforceconfig-jdbc/ -->
<dependency>
<groupId>com.google.code.eforceconfig</groupId>
<artifactId>eforceconfig-jdbc</artifactId>
<version>1.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.google.code.eforceconfig/eforceconfig-jdbc/
implementation 'com.google.code.eforceconfig:eforceconfig-jdbc:1.1'
// https://jarcasting.com/artifacts/com.google.code.eforceconfig/eforceconfig-jdbc/
implementation ("com.google.code.eforceconfig:eforceconfig-jdbc:1.1")
'com.google.code.eforceconfig:eforceconfig-jdbc:jar:1.1'
<dependency org="com.google.code.eforceconfig" name="eforceconfig-jdbc" rev="1.1">
<artifact name="eforceconfig-jdbc" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.google.code.eforceconfig', module='eforceconfig-jdbc', version='1.1')
)
libraryDependencies += "com.google.code.eforceconfig" % "eforceconfig-jdbc" % "1.1"
[com.google.code.eforceconfig/eforceconfig-jdbc "1.1"]
Group / Artifact | Type | Version |
---|---|---|
com.google.code.eforceconfig : eforceconfig-core | jar | 1.1 |
log4j : log4j | jar | 1.2.8 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 3.8.1 |