GroupId | GroupIddev.feast |
---|---|
ArtifactId | ArtifactIdfeast-sdk |
Version | Version0.3.5 |
Type | Typejar |
Filename | Size |
---|---|
feast-sdk-0.3.5.pom | |
feast-sdk-0.3.5.jar | 687 KB |
feast-sdk-0.3.5-sources.jar | 158 KB |
feast-sdk-0.3.5-javadoc.jar | 1 MB |
Browse |
<!-- https://jarcasting.com/artifacts/dev.feast/feast-sdk/ -->
<dependency>
<groupId>dev.feast</groupId>
<artifactId>feast-sdk</artifactId>
<version>0.3.5</version>
</dependency>
// https://jarcasting.com/artifacts/dev.feast/feast-sdk/
implementation 'dev.feast:feast-sdk:0.3.5'
// https://jarcasting.com/artifacts/dev.feast/feast-sdk/
implementation ("dev.feast:feast-sdk:0.3.5")
'dev.feast:feast-sdk:jar:0.3.5'
<dependency org="dev.feast" name="feast-sdk" rev="0.3.5">
<artifact name="feast-sdk" type="jar" />
</dependency>
@Grapes(
@Grab(group='dev.feast', module='feast-sdk', version='0.3.5')
)
libraryDependencies += "dev.feast" % "feast-sdk" % "0.3.5"
[dev.feast/feast-sdk "0.3.5"]