GroupId | GroupIdtv.hd3g |
---|---|
ArtifactId | ArtifactIdprocesslauncher |
Version | Version2.3.0 |
Type | Typejar |
Filename | Size |
---|---|
processlauncher-2.3.0.pom | |
processlauncher-2.3.0.jar | 64 KB |
processlauncher-2.3.0-sources.jar | 36 KB |
processlauncher-2.3.0-javadoc.jar | 573 KB |
Browse |
<!-- https://jarcasting.com/artifacts/tv.hd3g/processlauncher/ -->
<dependency>
<groupId>tv.hd3g</groupId>
<artifactId>processlauncher</artifactId>
<version>2.3.0</version>
</dependency>
// https://jarcasting.com/artifacts/tv.hd3g/processlauncher/
implementation 'tv.hd3g:processlauncher:2.3.0'
// https://jarcasting.com/artifacts/tv.hd3g/processlauncher/
implementation ("tv.hd3g:processlauncher:2.3.0")
'tv.hd3g:processlauncher:jar:2.3.0'
<dependency org="tv.hd3g" name="processlauncher" rev="2.3.0">
<artifact name="processlauncher" type="jar" />
</dependency>
@Grapes(
@Grab(group='tv.hd3g', module='processlauncher', version='2.3.0')
)
libraryDependencies += "tv.hd3g" % "processlauncher" % "2.3.0"
[tv.hd3g/processlauncher "2.3.0"]