GroupId | GroupIdio.github.splotycode.mosaik |
---|---|
ArtifactId | ArtifactIdRuntime |
Version | Version2.2.7 |
Type | Typejar |
Filename | Size |
---|---|
Runtime-2.2.7.pom | |
Runtime-2.2.7.jar | 26 KB |
Runtime-2.2.7-sources.jar | 15 KB |
Runtime-2.2.7-javadoc.jar | 167 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.github.splotycode.mosaik/Runtime/ -->
<dependency>
<groupId>io.github.splotycode.mosaik</groupId>
<artifactId>Runtime</artifactId>
<version>2.2.7</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.splotycode.mosaik/Runtime/
implementation 'io.github.splotycode.mosaik:Runtime:2.2.7'
// https://jarcasting.com/artifacts/io.github.splotycode.mosaik/Runtime/
implementation ("io.github.splotycode.mosaik:Runtime:2.2.7")
'io.github.splotycode.mosaik:Runtime:jar:2.2.7'
<dependency org="io.github.splotycode.mosaik" name="Runtime" rev="2.2.7">
<artifact name="Runtime" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.splotycode.mosaik', module='Runtime', version='2.2.7')
)
libraryDependencies += "io.github.splotycode.mosaik" % "Runtime" % "2.2.7"
[io.github.splotycode.mosaik/Runtime "2.2.7"]