Categories |
CategoriesJUnit Unit Testing gRPC Net Networking |
---|---|
GroupId | GroupIdorg.testifyproject.junit4 |
ArtifactId | ArtifactIdgrpc-system-test |
Version | Version1.0.5 |
Type | Typejar |
Filename | Size |
---|---|
grpc-system-test-1.0.5.pom | |
grpc-system-test-1.0.5.jar | 11 KB |
grpc-system-test-1.0.5-sources.jar | 8 KB |
grpc-system-test-1.0.5-javadoc.jar | 42 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.testifyproject.junit4/grpc-system-test/ -->
<dependency>
<groupId>org.testifyproject.junit4</groupId>
<artifactId>grpc-system-test</artifactId>
<version>1.0.5</version>
</dependency>
// https://jarcasting.com/artifacts/org.testifyproject.junit4/grpc-system-test/
implementation 'org.testifyproject.junit4:grpc-system-test:1.0.5'
// https://jarcasting.com/artifacts/org.testifyproject.junit4/grpc-system-test/
implementation ("org.testifyproject.junit4:grpc-system-test:1.0.5")
'org.testifyproject.junit4:grpc-system-test:jar:1.0.5'
<dependency org="org.testifyproject.junit4" name="grpc-system-test" rev="1.0.5">
<artifact name="grpc-system-test" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.testifyproject.junit4', module='grpc-system-test', version='1.0.5')
)
libraryDependencies += "org.testifyproject.junit4" % "grpc-system-test" % "1.0.5"
[org.testifyproject.junit4/grpc-system-test "1.0.5"]