Categories |
CategoriesTensorFlow Business Logic Libraries Machine Learning |
---|---|
GroupId | GroupIdorg.springframework.cloud.stream.app |
ArtifactId | ArtifactIdtensorflow-processor-rabbit |
Version | Version2.1.3.RELEASE |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.springframework.cloud.stream.app/tensorflow-processor-rabbit/ -->
<dependency>
<groupId>org.springframework.cloud.stream.app</groupId>
<artifactId>tensorflow-processor-rabbit</artifactId>
<version>2.1.3.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/org.springframework.cloud.stream.app/tensorflow-processor-rabbit/
implementation 'org.springframework.cloud.stream.app:tensorflow-processor-rabbit:2.1.3.RELEASE'
// https://jarcasting.com/artifacts/org.springframework.cloud.stream.app/tensorflow-processor-rabbit/
implementation ("org.springframework.cloud.stream.app:tensorflow-processor-rabbit:2.1.3.RELEASE")
'org.springframework.cloud.stream.app:tensorflow-processor-rabbit:jar:2.1.3.RELEASE'
<dependency org="org.springframework.cloud.stream.app" name="tensorflow-processor-rabbit" rev="2.1.3.RELEASE">
<artifact name="tensorflow-processor-rabbit" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.springframework.cloud.stream.app', module='tensorflow-processor-rabbit', version='2.1.3.RELEASE')
)
libraryDependencies += "org.springframework.cloud.stream.app" % "tensorflow-processor-rabbit" % "2.1.3.RELEASE"
[org.springframework.cloud.stream.app/tensorflow-processor-rabbit "2.1.3.RELEASE"]