| License |
License |
|---|---|
| Categories |
CategoriesMySQL Data Databases Net |
| GroupId | GroupIdnet.sf.mardao |
| ArtifactId | ArtifactIdmardao-mysql |
| Version | Version2.3.6 |
| Type | Typejar |
| Description |
Descriptionnet.sf.mardao:mardao-mysql
Mardao is a DAO generator, packaged as a maven plugin. The JPA-annotated Entities is the input to the generator.
|
| Filename | Size |
|---|---|
| mardao-mysql-2.3.6.pom | |
| mardao-mysql-2.3.6.jar | 25 KB |
| mardao-mysql-2.3.6-sources.jar | 10 KB |
| mardao-mysql-2.3.6-javadoc.jar | 56 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/net.sf.mardao/mardao-mysql/ -->
<dependency>
<groupId>net.sf.mardao</groupId>
<artifactId>mardao-mysql</artifactId>
<version>2.3.6</version>
</dependency>
// https://jarcasting.com/artifacts/net.sf.mardao/mardao-mysql/
implementation 'net.sf.mardao:mardao-mysql:2.3.6'
// https://jarcasting.com/artifacts/net.sf.mardao/mardao-mysql/
implementation ("net.sf.mardao:mardao-mysql:2.3.6")
'net.sf.mardao:mardao-mysql:jar:2.3.6'
<dependency org="net.sf.mardao" name="mardao-mysql" rev="2.3.6">
<artifact name="mardao-mysql" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.sf.mardao', module='mardao-mysql', version='2.3.6')
)
libraryDependencies += "net.sf.mardao" % "mardao-mysql" % "2.3.6"
[net.sf.mardao/mardao-mysql "2.3.6"]
| Group / Artifact | Type | Version |
|---|---|---|
| net.sf.mardao : mardao-core | jar | 2.3.6 |
| commons-codec : commons-codec | jar | 1.6 |
| org.springframework : spring-jdbc | jar | 3.0.0.RELEASE |
| org.codehaus.jackson : jackson-core-asl | jar | 1.9.2 |
| org.codehaus.jackson : jackson-mapper-asl | jar | 1.9.2 |
| Group / Artifact | Type | Version |
|---|---|---|
| commons-dbcp : commons-dbcp | jar | 1.4 |
| Group / Artifact | Type | Version |
|---|---|---|
| net.sf.jsr107cache : jsr107cache | jar | 1.1 |
| mysql : mysql-connector-java | jar | 5.1.14 |
| junit : junit | jar | 3.8.1 |
| org.springframework : spring-test | jar | 3.0.0.RELEASE |
| org.slf4j : slf4j-jdk14 | jar | 1.6.1 |
| com.h2database : h2 | jar | 1.3.162 |