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