public final class SpineDependency
extends java.lang.Object
implements io.spine.tools.gradle.Dependency
Dependency on a Spine module.| Modifier and Type | Method and Description |
|---|---|
static SpineDependency |
base()
Obtains a dependency on the
io.spine:spine-base module. |
static SpineDependency |
client()
Obtains a dependency on the
io.spine:spine-client module. |
static SpineDependency |
datastore() |
static SpineDependency |
firebaseWeb() |
java.lang.String |
groupId() |
java.lang.String |
name() |
static SpineDependency |
server()
Obtains a dependency on the
io.spine:spine-server module. |
static SpineDependency |
testlib()
Obtains a dependency on the
io.spine:testlib module. |
static SpineDependency |
testUtilClient()
Obtains a dependency on the
io.spine:testutil-client module. |
static SpineDependency |
testUtilServer()
Obtains a dependency on the
io.spine:testutil-server module. |
static SpineDependency |
testUtilTime()
Obtains a dependency on the
io.spine:testutil-time module. |
static SpineDependency |
time()
Obtains a dependency on the
io.spine:spine-base module. |
java.lang.String |
toString() |
static SpineDependency |
web() |
public static SpineDependency base()
io.spine:spine-base module.public static SpineDependency time()
io.spine:spine-base module.public static SpineDependency client()
io.spine:spine-client module.public static SpineDependency server()
io.spine:spine-server module.public static SpineDependency testUtilServer()
io.spine:testutil-server module.public static SpineDependency testUtilClient()
io.spine:testutil-client module.public static SpineDependency testlib()
io.spine:testlib module.public static SpineDependency testUtilTime()
io.spine:testutil-time module.public static SpineDependency web()
public static SpineDependency firebaseWeb()
public static SpineDependency datastore()
public java.lang.String name()
name in interface io.spine.tools.gradle.Dependencypublic java.lang.String groupId()
groupId in interface io.spine.tools.gradle.Dependencypublic java.lang.String toString()
toString in class java.lang.Object