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