GroupId | GroupIdio.swaydb |
---|---|
ArtifactId | ArtifactIdcore_2.12 |
Version | Version0.2 |
Type | Typejar |
Filename | Size |
---|---|
core_2.12-0.2.pom | |
core_2.12-0.2.jar | 771 KB |
core_2.12-0.2-sources.jar | 134 KB |
core_2.12-0.2-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.2</version>
</dependency>
// https://jarcasting.com/artifacts/io.swaydb/core_2.12/
implementation 'io.swaydb:core_2.12:0.2'
// https://jarcasting.com/artifacts/io.swaydb/core_2.12/
implementation ("io.swaydb:core_2.12:0.2")
'io.swaydb:core_2.12:jar:0.2'
<dependency org="io.swaydb" name="core_2.12" rev="0.2">
<artifact name="core_2.12" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.swaydb', module='core_2.12', version='0.2')
)
libraryDependencies += "io.swaydb" % "core_2.12" % "0.2"
[io.swaydb/core_2.12 "0.2"]