GroupId | GroupIdcom.github.dyorgio.runtime |
---|---|
ArtifactId | ArtifactIdrun-as-root |
Version | Version1.2.2 |
Type | Typejar |
Filename | Size |
---|---|
run-as-root-1.2.2.pom | |
run-as-root-1.2.2.jar | 75 KB |
run-as-root-1.2.2-sources.jar | 74 KB |
run-as-root-1.2.2-javadoc.jar | 63 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.dyorgio.runtime/run-as-root/ -->
<dependency>
<groupId>com.github.dyorgio.runtime</groupId>
<artifactId>run-as-root</artifactId>
<version>1.2.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.dyorgio.runtime/run-as-root/
implementation 'com.github.dyorgio.runtime:run-as-root:1.2.2'
// https://jarcasting.com/artifacts/com.github.dyorgio.runtime/run-as-root/
implementation ("com.github.dyorgio.runtime:run-as-root:1.2.2")
'com.github.dyorgio.runtime:run-as-root:jar:1.2.2'
<dependency org="com.github.dyorgio.runtime" name="run-as-root" rev="1.2.2">
<artifact name="run-as-root" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.dyorgio.runtime', module='run-as-root', version='1.2.2')
)
libraryDependencies += "com.github.dyorgio.runtime" % "run-as-root" % "1.2.2"
[com.github.dyorgio.runtime/run-as-root "1.2.2"]