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