Categories |
CategoriesJUnit Unit Testing Armeria Container Microservices |
---|---|
GroupId | GroupIdcom.linecorp.armeria |
ArtifactId | ArtifactIdarmeria-testing-junit4 |
Version | Version0.98.6 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.linecorp.armeria/armeria-testing-junit4/ -->
<dependency>
<groupId>com.linecorp.armeria</groupId>
<artifactId>armeria-testing-junit4</artifactId>
<version>0.98.6</version>
</dependency>
// https://jarcasting.com/artifacts/com.linecorp.armeria/armeria-testing-junit4/
implementation 'com.linecorp.armeria:armeria-testing-junit4:0.98.6'
// https://jarcasting.com/artifacts/com.linecorp.armeria/armeria-testing-junit4/
implementation ("com.linecorp.armeria:armeria-testing-junit4:0.98.6")
'com.linecorp.armeria:armeria-testing-junit4:jar:0.98.6'
<dependency org="com.linecorp.armeria" name="armeria-testing-junit4" rev="0.98.6">
<artifact name="armeria-testing-junit4" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.linecorp.armeria', module='armeria-testing-junit4', version='0.98.6')
)
libraryDependencies += "com.linecorp.armeria" % "armeria-testing-junit4" % "0.98.6"
[com.linecorp.armeria/armeria-testing-junit4 "0.98.6"]