is not current version
Last Version 5.3

io.activej:activej-test 2.0.1

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

2.0.1
Type

Type

jar

Download activej-test 2.0.1


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