Categories |
CategoriesgRPC Net Networking |
---|---|
GroupId | GroupIdcom.exactpro.test |
ArtifactId | ArtifactIdgrpc-act-template |
Version | Version1.0.0 |
Type | Typejar |
Filename | Size |
---|---|
grpc-act-template-1.0.0.pom | |
grpc-act-template-1.0.0.jar | 56 KB |
grpc-act-template-1.0.0-sources.jar | 22 KB |
grpc-act-template-1.0.0-javadoc.jar | 471 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.exactpro.test/grpc-act-template/ -->
<dependency>
<groupId>com.exactpro.test</groupId>
<artifactId>grpc-act-template</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.exactpro.test/grpc-act-template/
implementation 'com.exactpro.test:grpc-act-template:1.0.0'
// https://jarcasting.com/artifacts/com.exactpro.test/grpc-act-template/
implementation ("com.exactpro.test:grpc-act-template:1.0.0")
'com.exactpro.test:grpc-act-template:jar:1.0.0'
<dependency org="com.exactpro.test" name="grpc-act-template" rev="1.0.0">
<artifact name="grpc-act-template" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.exactpro.test', module='grpc-act-template', version='1.0.0')
)
libraryDependencies += "com.exactpro.test" % "grpc-act-template" % "1.0.0"
[com.exactpro.test/grpc-act-template "1.0.0"]