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