Categories |
CategoriesgRPC Net Networking |
---|---|
GroupId | GroupIdcom.wgtwo.api.v1.grpc |
ArtifactId | ArtifactIdevents |
Version | Version1.6.1 |
Type | Typejar |
Filename | Size |
---|---|
events-1.6.1.pom | |
events-1.6.1.jar | 1 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.wgtwo.api.v1.grpc/events/ -->
<dependency>
<groupId>com.wgtwo.api.v1.grpc</groupId>
<artifactId>events</artifactId>
<version>1.6.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.wgtwo.api.v1.grpc/events/
implementation 'com.wgtwo.api.v1.grpc:events:1.6.1'
// https://jarcasting.com/artifacts/com.wgtwo.api.v1.grpc/events/
implementation ("com.wgtwo.api.v1.grpc:events:1.6.1")
'com.wgtwo.api.v1.grpc:events:jar:1.6.1'
<dependency org="com.wgtwo.api.v1.grpc" name="events" rev="1.6.1">
<artifact name="events" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.wgtwo.api.v1.grpc', module='events', version='1.6.1')
)
libraryDependencies += "com.wgtwo.api.v1.grpc" % "events" % "1.6.1"
[com.wgtwo.api.v1.grpc/events "1.6.1"]