is not current version
Last Version 0.99.7

com.linecorp.armeria:armeria-testing-junit4 0.92.0

Asynchronous HTTP/2 RPC/REST client/server library built on top of Java 8, Netty, Thrift and gRPC (armeria-testing-junit4)

Categories

Categories

JUnit Unit Testing Armeria Container Microservices
GroupId

GroupId

com.linecorp.armeria
ArtifactId

ArtifactId

armeria-testing-junit4
Version

Version

0.92.0
Type

Type

jar

Download armeria-testing-junit4 0.92.0


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