GroupId | GroupIdio.featureflow |
---|---|
ArtifactId | ArtifactIdfeatureflow-tutorial |
Version | Version0.0.1 |
Type | Typejar |
Filename | Size |
---|---|
featureflow-tutorial-0.0.1.pom | |
featureflow-tutorial-0.0.1.jar | 4 KB |
featureflow-tutorial-0.0.1-sources.jar | 2 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.featureflow/featureflow-tutorial/ -->
<dependency>
<groupId>io.featureflow</groupId>
<artifactId>featureflow-tutorial</artifactId>
<version>0.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/io.featureflow/featureflow-tutorial/
implementation 'io.featureflow:featureflow-tutorial:0.0.1'
// https://jarcasting.com/artifacts/io.featureflow/featureflow-tutorial/
implementation ("io.featureflow:featureflow-tutorial:0.0.1")
'io.featureflow:featureflow-tutorial:jar:0.0.1'
<dependency org="io.featureflow" name="featureflow-tutorial" rev="0.0.1">
<artifact name="featureflow-tutorial" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.featureflow', module='featureflow-tutorial', version='0.0.1')
)
libraryDependencies += "io.featureflow" % "featureflow-tutorial" % "0.0.1"
[io.featureflow/featureflow-tutorial "0.0.1"]