| License |
License |
|---|---|
| Categories |
CategoriesNet |
| GroupId | GroupIdnet.sf.opk |
| ArtifactId | ArtifactIdjdbc-populator |
| Last Version | Last Version3.0 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionJDBC Populator
Library to help build an Instant Developer Experience. It provides a way to populate datasources upon their
first use, and as such can put structure and data into an in-memory database. This is useful for both automated
and to create a setup where the developer can start the application and see his/her work in action.
|
| Project Organization |
Project OrganizationOscar Westra van Holthe - Kind |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| jdbc-populator-3.0.pom | |
| jdbc-populator-3.0.jar | 11 KB |
| jdbc-populator-3.0-sources.jar | 8 KB |
| jdbc-populator-3.0-javadoc.jar | 57 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/net.sf.opk/jdbc-populator/ -->
<dependency>
<groupId>net.sf.opk</groupId>
<artifactId>jdbc-populator</artifactId>
<version>3.0</version>
</dependency>
// https://jarcasting.com/artifacts/net.sf.opk/jdbc-populator/
implementation 'net.sf.opk:jdbc-populator:3.0'
// https://jarcasting.com/artifacts/net.sf.opk/jdbc-populator/
implementation ("net.sf.opk:jdbc-populator:3.0")
'net.sf.opk:jdbc-populator:jar:3.0'
<dependency org="net.sf.opk" name="jdbc-populator" rev="3.0">
<artifact name="jdbc-populator" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.sf.opk', module='jdbc-populator', version='3.0')
)
libraryDependencies += "net.sf.opk" % "jdbc-populator" % "3.0"
[net.sf.opk/jdbc-populator "3.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| javax : javaee-web-api | jar | 6.0 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.glassfish.extras : glassfish-embedded-web | jar | 3.1.1 |
| junit : junit | jar | 4.8.2 |
| org.easymock : easymock | jar | 3.1 |
| org.hsqldb : hsqldb | jar | 2.2.8 |