is not current version
Last Version 3.2.1

org.springframework.cloud.stream.app:object-detection-processor 3.0.1

Object Detection (tensorflow) processor apps

GroupId

GroupId

org.springframework.cloud.stream.app
ArtifactId

ArtifactId

object-detection-processor
Version

Version

3.0.1
Type

Type

jar

Download object-detection-processor 3.0.1


<!-- https://jarcasting.com/artifacts/org.springframework.cloud.stream.app/object-detection-processor/ -->
<dependency>
    <groupId>org.springframework.cloud.stream.app</groupId>
    <artifactId>object-detection-processor</artifactId>
    <version>3.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.springframework.cloud.stream.app/object-detection-processor/
implementation 'org.springframework.cloud.stream.app:object-detection-processor:3.0.1'
// https://jarcasting.com/artifacts/org.springframework.cloud.stream.app/object-detection-processor/
implementation ("org.springframework.cloud.stream.app:object-detection-processor:3.0.1")
'org.springframework.cloud.stream.app:object-detection-processor:jar:3.0.1'
<dependency org="org.springframework.cloud.stream.app" name="object-detection-processor" rev="3.0.1">
  <artifact name="object-detection-processor" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.springframework.cloud.stream.app', module='object-detection-processor', version='3.0.1')
)
libraryDependencies += "org.springframework.cloud.stream.app" % "object-detection-processor" % "3.0.1"
[org.springframework.cloud.stream.app/object-detection-processor "3.0.1"]