License |
License |
---|---|
Categories |
CategoriesMySQL Data Databases JUnit Unit Testing |
GroupId | GroupIdcom.torodb.testing |
ArtifactId | ArtifactIdmysql-junit-5 |
Last Version | Last Version1.0.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionTesting utilities: MySQL Junit 5 Framework
This is a aggregation and parent pom used by ToroDB testing utility projects.
|
Project Organization |
Project Organization8Kdata Technology |
Filename | Size |
---|---|
mysql-junit-5-1.0.0.pom | |
mysql-junit-5-1.0.0.jar | 4 KB |
mysql-junit-5-1.0.0-sources.jar | 4 KB |
mysql-junit-5-1.0.0-javadoc.jar | 30 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.torodb.testing/mysql-junit-5/ -->
<dependency>
<groupId>com.torodb.testing</groupId>
<artifactId>mysql-junit-5</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.torodb.testing/mysql-junit-5/
implementation 'com.torodb.testing:mysql-junit-5:1.0.0'
// https://jarcasting.com/artifacts/com.torodb.testing/mysql-junit-5/
implementation ("com.torodb.testing:mysql-junit-5:1.0.0")
'com.torodb.testing:mysql-junit-5:jar:1.0.0'
<dependency org="com.torodb.testing" name="mysql-junit-5" rev="1.0.0">
<artifact name="mysql-junit-5" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.torodb.testing', module='mysql-junit-5', version='1.0.0')
)
libraryDependencies += "com.torodb.testing" % "mysql-junit-5" % "1.0.0"
[com.torodb.testing/mysql-junit-5 "1.0.0"]
Group / Artifact | Type | Version |
---|---|---|
com.torodb.testing : mysql-docker | jar | 1.0.0 |
com.torodb.testing : core-junit5 | jar | 1.0.0 |
org.junit.jupiter : junit-jupiter-api | jar | 5.0.0-M4 |
Group / Artifact | Type | Version |
---|---|---|
org.junit.platform : junit-platform-runner | jar | 1.0.0-M4 |
org.junit.jupiter : junit-jupiter-engine | jar | 5.0.0-M4 |
org.apache.logging.log4j : log4j-core | jar | 2.8.1 |
org.apache.logging.log4j : log4j-slf4j-impl | jar | 2.8.1 |
org.apache.logging.log4j : log4j-core | test-jar | 2.8.1 |