is not current version
Last Version 1.2.3

com.github.dyorgio.runtime:run-as-root 1.0.1

A java library to run pieces of code as root.

GroupId

GroupId

com.github.dyorgio.runtime
ArtifactId

ArtifactId

run-as-root
Version

Version

1.0.1
Type

Type

jar

Download run-as-root 1.0.1


<!-- 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.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.dyorgio.runtime/run-as-root/
implementation 'com.github.dyorgio.runtime:run-as-root:1.0.1'
// https://jarcasting.com/artifacts/com.github.dyorgio.runtime/run-as-root/
implementation ("com.github.dyorgio.runtime:run-as-root:1.0.1")
'com.github.dyorgio.runtime:run-as-root:jar:1.0.1'
<dependency org="com.github.dyorgio.runtime" name="run-as-root" rev="1.0.1">
  <artifact name="run-as-root" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.dyorgio.runtime', module='run-as-root', version='1.0.1')
)
libraryDependencies += "com.github.dyorgio.runtime" % "run-as-root" % "1.0.1"
[com.github.dyorgio.runtime/run-as-root "1.0.1"]