GroupId | GroupIdio.polyglotted |
---|---|
ArtifactId | ArtifactIdapp-launcher |
Version | Version3.0.1 |
Type | Typejar |
Filename | Size |
---|---|
app-launcher-3.0.1.pom | |
app-launcher-3.0.1.jar | 26 KB |
app-launcher-3.0.1-sources.jar | 13 KB |
app-launcher-3.0.1-javadoc.jar | 94 KB |
app-launcher-3.0.1-binary.zip | 2 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.polyglotted/app-launcher/ -->
<dependency>
<groupId>io.polyglotted</groupId>
<artifactId>app-launcher</artifactId>
<version>3.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/io.polyglotted/app-launcher/
implementation 'io.polyglotted:app-launcher:3.0.1'
// https://jarcasting.com/artifacts/io.polyglotted/app-launcher/
implementation ("io.polyglotted:app-launcher:3.0.1")
'io.polyglotted:app-launcher:jar:3.0.1'
<dependency org="io.polyglotted" name="app-launcher" rev="3.0.1">
<artifact name="app-launcher" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.polyglotted', module='app-launcher', version='3.0.1')
)
libraryDependencies += "io.polyglotted" % "app-launcher" % "3.0.1"
[io.polyglotted/app-launcher "3.0.1"]