License |
License |
---|---|
Categories |
CategoriesgRPC Net Networking |
GroupId | GroupIdorg.springframework.cloud.stream.app |
ArtifactId | ArtifactIdgrpc-app-dependencies |
Version | Version2.1.4.RELEASE |
Type | Typepom |
Description |
Descriptiongrpc-app-dependencies
Spring Cloud Stream Grpc App Dependencies
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
grpc-app-dependencies-2.1.4.RELEASE.pom | 3 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.springframework.cloud.stream.app/grpc-app-dependencies/ -->
<dependency>
<groupId>org.springframework.cloud.stream.app</groupId>
<artifactId>grpc-app-dependencies</artifactId>
<version>2.1.4.RELEASE</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.springframework.cloud.stream.app/grpc-app-dependencies/
implementation 'org.springframework.cloud.stream.app:grpc-app-dependencies:2.1.4.RELEASE'
// https://jarcasting.com/artifacts/org.springframework.cloud.stream.app/grpc-app-dependencies/
implementation ("org.springframework.cloud.stream.app:grpc-app-dependencies:2.1.4.RELEASE")
'org.springframework.cloud.stream.app:grpc-app-dependencies:pom:2.1.4.RELEASE'
<dependency org="org.springframework.cloud.stream.app" name="grpc-app-dependencies" rev="2.1.4.RELEASE">
<artifact name="grpc-app-dependencies" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.springframework.cloud.stream.app', module='grpc-app-dependencies', version='2.1.4.RELEASE')
)
libraryDependencies += "org.springframework.cloud.stream.app" % "grpc-app-dependencies" % "2.1.4.RELEASE"
[org.springframework.cloud.stream.app/grpc-app-dependencies "2.1.4.RELEASE"]