License |
License |
---|---|
Categories |
Categoriesconfig Application Layer Libs Configuration |
GroupId | GroupIdorg.deephacks.tools4j |
ArtifactId | ArtifactIdconfig-examples |
Last Version | Last Version0.0.1 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionTools4j Config Examples
Tools4j Config Examples
|
Filename | Size |
---|---|
config-examples-0.0.1.pom | |
config-examples-0.0.1.jar | 10 KB |
config-examples-0.0.1-sources.jar | 30 KB |
config-examples-0.0.1-javadoc.jar | 50 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.deephacks.tools4j/config-examples/ -->
<dependency>
<groupId>org.deephacks.tools4j</groupId>
<artifactId>config-examples</artifactId>
<version>0.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.deephacks.tools4j/config-examples/
implementation 'org.deephacks.tools4j:config-examples:0.0.1'
// https://jarcasting.com/artifacts/org.deephacks.tools4j/config-examples/
implementation ("org.deephacks.tools4j:config-examples:0.0.1")
'org.deephacks.tools4j:config-examples:jar:0.0.1'
<dependency org="org.deephacks.tools4j" name="config-examples" rev="0.0.1">
<artifact name="config-examples" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.deephacks.tools4j', module='config-examples', version='0.0.1')
)
libraryDependencies += "org.deephacks.tools4j" % "config-examples" % "0.0.1"
[org.deephacks.tools4j/config-examples "0.0.1"]
Group / Artifact | Type | Version |
---|---|---|
org.deephacks.tools4j : config-core | jar | 0.0.1 |
org.deephacks.tools4j : config-provider-jpa20 | jar | 0.0.1 |
org.deephacks.tools4j : config-provider-jsr303 | jar | 0.0.1 |
org.deephacks.tools4j : support-web | jar | 0.0.1 |
org.deephacks.tools4j : support-test | jar | 0.0.1 |
org.slf4j : slf4j-api | jar | 1.6.3 |
Group / Artifact | Type | Version |
---|---|---|
org.hibernate.javax.persistence : hibernate-jpa-2.0-api | jar | 1.0.0.Final |
Group / Artifact | Type | Version |
---|---|---|
org.deephacks.tools4j : config-tck | jar | 0.0.1 |
org.hibernate : hibernate-entitymanager | jar | 4.0.0.Final |
ch.qos.logback : logback-classic | jar | 1.0.0 |
junit : junit | jar | 4.10 |
org.mockito : mockito-all | jar | 1.8.5 |
org.unitils : unitils-core | jar | 3.1 |