Last Version

Seldon Core Java Wrapper 0.4.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.

License

License

GroupId

GroupId

io.seldon.wrapper
ArtifactId

ArtifactId

seldon-core-wrapper
Version

Version

0.4.2
Type

Type

jar
Description

Description

Seldon Core Java Wrapper
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.
Project URL

Project URL

http://maven.apache.org
Project Organization

Project Organization

Seldon
Source Code Management

Source Code Management

https://github.com/SeldonIO/seldon-core/tree/master

Download seldon-core-wrapper 0.4.2


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

Dependencies

compile (13)

Group / Artifact Type Version
com.fasterxml.jackson.core : jackson-core jar
com.fasterxml.jackson.core : jackson-databind jar
org.apache.commons : commons-lang3 jar 3.9
org.springframework.boot : spring-boot-starter-web jar 2.2.4.RELEASE
org.apache.httpcomponents : httpclient jar 4.5.10
io.grpc : grpc-netty jar 1.25.0
io.grpc : grpc-stub jar 1.25.0
io.grpc : grpc-protobuf jar 1.25.0
com.google.protobuf : protobuf-java jar 3.11.1
com.google.protobuf : protobuf-java-util jar 3.11.1
com.google.guava : guava jar 28.2-jre
org.springframework.boot : spring-boot-starter-actuator jar 2.2.4.RELEASE
ai.h2o : h2o-genmodel jar 3.18.0.5

runtime (1)

Group / Artifact Type Version
org.springframework.boot : spring-boot-properties-migrator jar 2.2.4.RELEASE

test (1)

Group / Artifact Type Version
org.springframework.boot : spring-boot-starter-test jar 2.2.4.RELEASE

Project Modules

There are no modules declared in this project.