GroupId | GroupIdcommons-launcher |
---|---|
ArtifactId | ArtifactIdcommons-launcher |
Last Version | Last Version1.1 |
Release Date | Release Date |
Type | Typejar |
Description |
Description |
Filename | Size |
---|---|
commons-launcher-1.1.pom | |
commons-launcher-1.1-javadoc.jar | 168 KB |
Browse |
<!-- https://jarcasting.com/artifacts/commons-launcher/commons-launcher/ -->
<dependency>
<groupId>commons-launcher</groupId>
<artifactId>commons-launcher</artifactId>
<version>1.1</version>
</dependency>
// https://jarcasting.com/artifacts/commons-launcher/commons-launcher/
implementation 'commons-launcher:commons-launcher:1.1'
// https://jarcasting.com/artifacts/commons-launcher/commons-launcher/
implementation ("commons-launcher:commons-launcher:1.1")
'commons-launcher:commons-launcher:jar:1.1'
<dependency org="commons-launcher" name="commons-launcher" rev="1.1">
<artifact name="commons-launcher" type="jar" />
</dependency>
@Grapes(
@Grab(group='commons-launcher', module='commons-launcher', version='1.1')
)
libraryDependencies += "commons-launcher" % "commons-launcher" % "1.1"
[commons-launcher "1.1"]