Categories |
CategoriesgRPC Net Networking Jersey Program Interface REST Frameworks |
---|---|
GroupId | GroupIdcom.fullcontact.grpc-jersey |
ArtifactId | ArtifactIdprotoc-gen-jersey |
Version | Version0.1.2 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.fullcontact.grpc-jersey/protoc-gen-jersey/ -->
<dependency>
<groupId>com.fullcontact.grpc-jersey</groupId>
<artifactId>protoc-gen-jersey</artifactId>
<version>0.1.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.fullcontact.grpc-jersey/protoc-gen-jersey/
implementation 'com.fullcontact.grpc-jersey:protoc-gen-jersey:0.1.2'
// https://jarcasting.com/artifacts/com.fullcontact.grpc-jersey/protoc-gen-jersey/
implementation ("com.fullcontact.grpc-jersey:protoc-gen-jersey:0.1.2")
'com.fullcontact.grpc-jersey:protoc-gen-jersey:jar:0.1.2'
<dependency org="com.fullcontact.grpc-jersey" name="protoc-gen-jersey" rev="0.1.2">
<artifact name="protoc-gen-jersey" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.fullcontact.grpc-jersey', module='protoc-gen-jersey', version='0.1.2')
)
libraryDependencies += "com.fullcontact.grpc-jersey" % "protoc-gen-jersey" % "0.1.2"
[com.fullcontact.grpc-jersey/protoc-gen-jersey "0.1.2"]