is not current version
Last Version 0.4.2

io.seldon.wrapper:seldon-core-wrapper 0.1.2

Wrapper for seldon-core Java prediction models. Allows easy creation of a Spring Boot app with Tomcat and gRPC servers for handling the microservice APIs for seldon-core.

GroupId

GroupId

io.seldon.wrapper
ArtifactId

ArtifactId

seldon-core-wrapper
Version

Version

0.1.2
Type

Type

jar

Download seldon-core-wrapper 0.1.2


<!-- https://jarcasting.com/artifacts/io.seldon.wrapper/seldon-core-wrapper/ -->
<dependency>
    <groupId>io.seldon.wrapper</groupId>
    <artifactId>seldon-core-wrapper</artifactId>
    <version>0.1.2</version>
</dependency>
// https://jarcasting.com/artifacts/io.seldon.wrapper/seldon-core-wrapper/
implementation 'io.seldon.wrapper:seldon-core-wrapper:0.1.2'
// https://jarcasting.com/artifacts/io.seldon.wrapper/seldon-core-wrapper/
implementation ("io.seldon.wrapper:seldon-core-wrapper:0.1.2")
'io.seldon.wrapper:seldon-core-wrapper:jar:0.1.2'
<dependency org="io.seldon.wrapper" name="seldon-core-wrapper" rev="0.1.2">
  <artifact name="seldon-core-wrapper" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.seldon.wrapper', module='seldon-core-wrapper', version='0.1.2')
)
libraryDependencies += "io.seldon.wrapper" % "seldon-core-wrapper" % "0.1.2"
[io.seldon.wrapper/seldon-core-wrapper "0.1.2"]