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