| License |
License |
|---|---|
| Categories |
CategoriesJUnit Unit Testing Flyway Data Databases |
| GroupId | GroupIdcom.crosstreelabs |
| ArtifactId | ArtifactIdjunited.flyway |
| Last Version | Last Version0.1.0 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionJUnited :: FlywayDB
Adds flyway support during tests
|
| Filename | Size |
|---|---|
| junited.flyway-0.1.0.pom | |
| junited.flyway-0.1.0.jar | 5 KB |
| junited.flyway-0.1.0-sources.jar | 2 KB |
| junited.flyway-0.1.0-javadoc.jar | 45 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.crosstreelabs/junited.flyway/ -->
<dependency>
<groupId>com.crosstreelabs</groupId>
<artifactId>junited.flyway</artifactId>
<version>0.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.crosstreelabs/junited.flyway/
implementation 'com.crosstreelabs:junited.flyway:0.1.0'
// https://jarcasting.com/artifacts/com.crosstreelabs/junited.flyway/
implementation ("com.crosstreelabs:junited.flyway:0.1.0")
'com.crosstreelabs:junited.flyway:jar:0.1.0'
<dependency org="com.crosstreelabs" name="junited.flyway" rev="0.1.0">
<artifact name="junited.flyway" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.crosstreelabs', module='junited.flyway', version='0.1.0')
)
libraryDependencies += "com.crosstreelabs" % "junited.flyway" % "0.1.0"
[com.crosstreelabs/junited.flyway "0.1.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| com.crosstreelabs : junited.core | jar | 0.1.0 |
| org.slf4j : slf4j-api | jar | 1.7.12 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.flywaydb : flyway-core | jar | 3.2.1 |
| junit : junit | jar | 4.11 |
| Group / Artifact | Type | Version |
|---|---|---|
| ch.qos.logback : logback-classic | jar | 1.1.3 |
| org.mockito : mockito-all | jar | 1.10.19 |
| org.hamcrest : hamcrest-all | jar | 1.3 |