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