| License |
License |
|---|---|
| Categories |
CategoriesActiveJ User Interface Web Frameworks |
| GroupId | GroupIdio.activej |
| ArtifactId | ArtifactIdactivej-test |
| Version | Version5.1 |
| Type | Typejar |
| Description |
DescriptionActiveJ : Test utils
Utils for test purposes, custom ActiveJRunner and custom JUnit rules.
|
| Filename | Size |
|---|---|
| activej-test-5.1.pom | |
| activej-test-5.1.jar | 21 KB |
| activej-test-5.1-sources.jar | 14 KB |
| activej-test-5.1-javadoc.jar | 185 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/io.activej/activej-test/ -->
<dependency>
<groupId>io.activej</groupId>
<artifactId>activej-test</artifactId>
<version>5.1</version>
</dependency>
// https://jarcasting.com/artifacts/io.activej/activej-test/
implementation 'io.activej:activej-test:5.1'
// https://jarcasting.com/artifacts/io.activej/activej-test/
implementation ("io.activej:activej-test:5.1")
'io.activej:activej-test:jar:5.1'
<dependency org="io.activej" name="activej-test" rev="5.1">
<artifact name="activej-test" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.activej', module='activej-test', version='5.1')
)
libraryDependencies += "io.activej" % "activej-test" % "5.1"
[io.activej/activej-test "5.1"]
| Group / Artifact | Type | Version |
|---|---|---|
| io.activej : activej-eventloop | jar | 5.1 |
| io.activej : activej-bytebuf | jar | 5.1 |
| io.activej : activej-inject | jar | 5.1 |
| io.activej : activej-codegen | jar | 5.1 |
| junit : junit | jar | 4.13.2 |
| mysql : mysql-connector-java Optional | jar | 8.0.27 |
| ch.qos.logback : logback-classic Optional | jar | 1.2.6 |
| org.jetbrains : annotations | jar | 22.0.0 |
| org.slf4j : slf4j-api | jar | 1.7.32 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.jmock : jmock-junit4 | jar | 2.12.0 |