is not current version
Last Version 5.3

io.activej:activej-test 4.0

Utils for test purposes, custom ActiveJRunner and custom JUnit rules.

Categories

Categories

ActiveJ User Interface Web Frameworks
GroupId

GroupId

io.activej
ArtifactId

ArtifactId

activej-test
Version

Version

4.0
Type

Type

jar

Download activej-test 4.0


<!-- https://jarcasting.com/artifacts/io.activej/activej-test/ -->
<dependency>
    <groupId>io.activej</groupId>
    <artifactId>activej-test</artifactId>
    <version>4.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.activej/activej-test/
implementation 'io.activej:activej-test:4.0'
// https://jarcasting.com/artifacts/io.activej/activej-test/
implementation ("io.activej:activej-test:4.0")
'io.activej:activej-test:jar:4.0'
<dependency org="io.activej" name="activej-test" rev="4.0">
  <artifact name="activej-test" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.activej', module='activej-test', version='4.0')
)
libraryDependencies += "io.activej" % "activej-test" % "4.0"
[io.activej/activej-test "4.0"]