p

pose-estimation-processor-rabbit

Spring Cloud Stream Pose Estimation Processor Rabbit Binder Application
文件下载
文件名 操作
pose-estimation-processor-rabbit-2.1.4.RELEASE.jar 下载
pose-estimation-processor-rabbit-2.1.4.RELEASE.pom 下载
pose-estimation-processor-rabbit-2.1.4.RELEASE-sources.jar 下载
Apache Maven
<dependency>
  <groupId>org.springframework.cloud.stream.app</groupId>
  <artifactId>pose-estimation-processor-rabbit</artifactId>
  <version>2.1.4.RELEASE</version>
</dependency>
Gradle Groovy
implementation 'org.springframework.cloud.stream.app:pose-estimation-processor-rabbit:2.1.4.RELEASE'
Gradle Kotlin
implementation("org.springframework.cloud.stream.app:pose-estimation-processor-rabbit:2.1.4.RELEASE")
Scala SBT
libraryDependencies += "org.springframework.cloud.stream.app" % "pose-estimation-processor-rabbit" % "2.1.4.RELEASE"
Groovy Grape
@Grapes(
  @Grab(group='org.springframework.cloud.stream.app', module='pose-estimation-processor-rabbit', version='2.1.4.RELEASE')
)
Apache Ivy
<dependency org="org.springframework.cloud.stream.app" name="pose-estimation-processor-rabbit" rev="2.1.4.RELEASE" />
Leiningen
[org.springframework.cloud.stream.app/pose-estimation-processor-rabbit "2.1.4.RELEASE"]
Apache Buildr
'org.springframework.cloud.stream.app:pose-estimation-processor-rabbit:jar:2.1.4.RELEASE'