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