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