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