| License |
License |
|---|---|
| GroupId | GroupIdio.featureflow |
| ArtifactId | ArtifactIdfeatureflow-tutorial |
| Last Version | Last Version1.0.1 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionFeatureflow Java Tutorial
A quickstart archtype for the in app featureflow java tutorial
|
| Project URL |
Project URL |
| Filename | Size |
|---|---|
| featureflow-tutorial-1.0.1.pom | |
| featureflow-tutorial-1.0.1.jar | 4 KB |
| featureflow-tutorial-1.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>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/io.featureflow/featureflow-tutorial/
implementation 'io.featureflow:featureflow-tutorial:1.0.1'
// https://jarcasting.com/artifacts/io.featureflow/featureflow-tutorial/
implementation ("io.featureflow:featureflow-tutorial:1.0.1")
'io.featureflow:featureflow-tutorial:jar:1.0.1'
<dependency org="io.featureflow" name="featureflow-tutorial" rev="1.0.1">
<artifact name="featureflow-tutorial" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.featureflow', module='featureflow-tutorial', version='1.0.1')
)
libraryDependencies += "io.featureflow" % "featureflow-tutorial" % "1.0.1"
[io.featureflow/featureflow-tutorial "1.0.1"]