| GroupId | GroupIdio.swaydb |
|---|---|
| ArtifactId | ArtifactIdcore_2.12 |
| Version | Version0.7.1 |
| Type | Typejar |
| Filename | Size |
|---|---|
| core_2.12-0.7.1.pom | |
| core_2.12-0.7.1.jar | 11 MB |
| core_2.12-0.7.1-sources.jar | 311 KB |
| core_2.12-0.7.1-javadoc.jar | 25 MB |
| Browse |
<!-- https://jarcasting.com/artifacts/io.swaydb/core_2.12/ -->
<dependency>
<groupId>io.swaydb</groupId>
<artifactId>core_2.12</artifactId>
<version>0.7.1</version>
</dependency>
// https://jarcasting.com/artifacts/io.swaydb/core_2.12/
implementation 'io.swaydb:core_2.12:0.7.1'
// https://jarcasting.com/artifacts/io.swaydb/core_2.12/
implementation ("io.swaydb:core_2.12:0.7.1")
'io.swaydb:core_2.12:jar:0.7.1'
<dependency org="io.swaydb" name="core_2.12" rev="0.7.1">
<artifact name="core_2.12" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.swaydb', module='core_2.12', version='0.7.1')
)
libraryDependencies += "io.swaydb" % "core_2.12" % "0.7.1"
[io.swaydb/core_2.12 "0.7.1"]