| License |
License |
|---|---|
| Categories |
CategoriesData |
| GroupId | GroupIddev.feast |
| ArtifactId | ArtifactIdfeast-datatypes |
| Last Version | Last Version0.22.0 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionFeast Data Types for Java
Data types and service contracts used throughout Feast components and
their interchanges. These are generated from Protocol Buffers and gRPC
definitions included in the package.
|
| Project Organization |
Project Organization |
| Filename | Size |
|---|---|
| feast-datatypes-0.22.0.pom | |
| feast-datatypes-0.22.0.jar | 1 MB |
| feast-datatypes-0.22.0-sources.jar | 343 KB |
| feast-datatypes-0.22.0-javadoc.jar | 2 MB |
| Browse |
<!-- https://jarcasting.com/artifacts/dev.feast/feast-datatypes/ -->
<dependency>
<groupId>dev.feast</groupId>
<artifactId>feast-datatypes</artifactId>
<version>0.22.0</version>
</dependency>
// https://jarcasting.com/artifacts/dev.feast/feast-datatypes/
implementation 'dev.feast:feast-datatypes:0.22.0'
// https://jarcasting.com/artifacts/dev.feast/feast-datatypes/
implementation ("dev.feast:feast-datatypes:0.22.0")
'dev.feast:feast-datatypes:jar:0.22.0'
<dependency org="dev.feast" name="feast-datatypes" rev="0.22.0">
<artifact name="feast-datatypes" type="jar" />
</dependency>
@Grapes(
@Grab(group='dev.feast', module='feast-datatypes', version='0.22.0')
)
libraryDependencies += "dev.feast" % "feast-datatypes" % "0.22.0"
[dev.feast/feast-datatypes "0.22.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| com.google.guava : guava | jar | 29.0-jre |
| com.google.protobuf : protobuf-java | jar | 3.16.1 |
| io.grpc : grpc-core | jar | 1.30.2 |
| io.grpc : grpc-protobuf | jar | 1.30.2 |
| io.grpc : grpc-services | jar | 1.30.2 |
| io.grpc : grpc-stub | jar | 1.30.2 |
| javax.annotation : javax.annotation-api | jar | 1.3.2 |