r

run-as-root

A java library to run pieces of code as root.
https://github.com/dyorgio/run-as-root
Apache Licence 2.0
Dyorgio Nascimento
Files download
File Operation
run-as-root-1.2.1.jar download
run-as-root-1.2.1.pom download
run-as-root-1.2.1-sources.jar download
Apache Maven
<dependency>
  <groupId>com.github.dyorgio.runtime</groupId>
  <artifactId>run-as-root</artifactId>
  <version>1.2.1</version>
</dependency>
Gradle Groovy
implementation 'com.github.dyorgio.runtime:run-as-root:1.2.1'
Gradle Kotlin
implementation("com.github.dyorgio.runtime:run-as-root:1.2.1")
Scala SBT
libraryDependencies += "com.github.dyorgio.runtime" % "run-as-root" % "1.2.1"
Groovy Grape
@Grapes(
  @Grab(group='com.github.dyorgio.runtime', module='run-as-root', version='1.2.1')
)
Apache Ivy
<dependency org="com.github.dyorgio.runtime" name="run-as-root" rev="1.2.1" />
Leiningen
[com.github.dyorgio.runtime/run-as-root "1.2.1"]
Apache Buildr
'com.github.dyorgio.runtime:run-as-root:jar:1.2.1'