License |
License |
---|---|
GroupId | GroupIdno.bekk.bekkopen.cde |
ArtifactId | ArtifactIdcore |
Version | Version0.2 |
Type | Typejar |
Description |
DescriptionBekk Open: Domain and DAO's
Example Java webapp infrastructure for Continuous Delivery.
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
core-0.2.pom | |
core-0.2.jar | 9 KB |
core-0.2-sources.jar | 5 KB |
core-0.2-javadoc.jar | 59 KB |
Browse |
<!-- https://jarcasting.com/artifacts/no.bekk.bekkopen.cde/core/ -->
<dependency>
<groupId>no.bekk.bekkopen.cde</groupId>
<artifactId>core</artifactId>
<version>0.2</version>
</dependency>
// https://jarcasting.com/artifacts/no.bekk.bekkopen.cde/core/
implementation 'no.bekk.bekkopen.cde:core:0.2'
// https://jarcasting.com/artifacts/no.bekk.bekkopen.cde/core/
implementation ("no.bekk.bekkopen.cde:core:0.2")
'no.bekk.bekkopen.cde:core:jar:0.2'
<dependency org="no.bekk.bekkopen.cde" name="core" rev="0.2">
<artifact name="core" type="jar" />
</dependency>
@Grapes(
@Grab(group='no.bekk.bekkopen.cde', module='core', version='0.2')
)
libraryDependencies += "no.bekk.bekkopen.cde" % "core" % "0.2"
[no.bekk.bekkopen.cde/core "0.2"]
Group / Artifact | Type | Version |
---|---|---|
org.hibernate : hibernate-annotations | jar | 3.5.6-Final |
org.hibernate : hibernate-core | jar | 3.5.6-Final |
org.hibernate : hibernate-entitymanager | jar | 3.5.6-Final |
org.hibernate : hibernate-jpamodelgen | jar | 1.0.0.Final |
org.hibernate : ejb3-persistence | jar | 1.0.2.GA |
commons-dbcp : commons-dbcp | jar | 1.2.2 |
com.google.guava : guava | jar | 10.0.1 |
mysql : mysql-connector-java | jar | 5.1.17 |
org.hsqldb : hsqldb | jar | 2.0.0 |
org.springframework : spring-core | jar | 3.0.6.RELEASE |
org.springframework : spring-beans | jar | 3.0.6.RELEASE |
org.springframework : spring-orm | jar | 3.0.6.RELEASE |
org.springframework : spring-aspects | jar | 3.0.6.RELEASE |
org.springframework : spring-tx | jar | 3.0.6.RELEASE |
org.aspectj : aspectjrt | jar | 1.6.11 |
org.slf4j : slf4j-api | jar | 1.6.2 |
ch.qos.logback : logback-core | jar | 0.9.29 |
ch.qos.logback : logback-classic | jar | 0.9.29 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.9 |
org.springframework : spring-test | jar | 3.0.6.RELEASE |