| GroupId | GroupIdorg.codelibs.fesen.tool |
|---|---|
| ArtifactId | ArtifactIdfesen-launchers |
| Version | Version0.14.0 |
| Type | Typejar |
| Filename | Size |
|---|---|
| fesen-launchers-0.14.0.pom | |
| fesen-launchers-0.14.0.jar | 18 KB |
| fesen-launchers-0.14.0-sources.jar | 11 KB |
| fesen-launchers-0.14.0-javadoc.jar | 389 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.codelibs.fesen.tool/fesen-launchers/ -->
<dependency>
<groupId>org.codelibs.fesen.tool</groupId>
<artifactId>fesen-launchers</artifactId>
<version>0.14.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.codelibs.fesen.tool/fesen-launchers/
implementation 'org.codelibs.fesen.tool:fesen-launchers:0.14.0'
// https://jarcasting.com/artifacts/org.codelibs.fesen.tool/fesen-launchers/
implementation ("org.codelibs.fesen.tool:fesen-launchers:0.14.0")
'org.codelibs.fesen.tool:fesen-launchers:jar:0.14.0'
<dependency org="org.codelibs.fesen.tool" name="fesen-launchers" rev="0.14.0">
<artifact name="fesen-launchers" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.codelibs.fesen.tool', module='fesen-launchers', version='0.14.0')
)
libraryDependencies += "org.codelibs.fesen.tool" % "fesen-launchers" % "0.14.0"
[org.codelibs.fesen.tool/fesen-launchers "0.14.0"]