is not current version
Last Version 0.16.2

io.swaydb:core_2.12 v0.8-beta.5

core

GroupId

GroupId

io.swaydb
ArtifactId

ArtifactId

core_2.12
Version

Version

v0.8-beta.5
Type

Type

jar

Download core_2.12 v0.8-beta.5


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