is not current version
Last Version 1.0.0-beta-2

io.fluo:fluo-core 1.0.0-beta-1

The modules contains the core implementation code of Fluo.

GroupId

GroupId

io.fluo
ArtifactId

ArtifactId

fluo-core
Version

Version

1.0.0-beta-1
Type

Type

jar

Download fluo-core 1.0.0-beta-1


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