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