GroupId | GroupIdcom.github.dyorgio.runtime |
---|---|
ArtifactId | ArtifactIdrun-as-root |
Version | Version1.0.0 |
Type | Typejar |
Filename | Size |
---|---|
run-as-root-1.0.0.pom | |
run-as-root-1.0.0.jar | 11 KB |
run-as-root-1.0.0-sources.jar | 7 KB |
run-as-root-1.0.0-javadoc.jar | 60 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.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.dyorgio.runtime/run-as-root/
implementation 'com.github.dyorgio.runtime:run-as-root:1.0.0'
// https://jarcasting.com/artifacts/com.github.dyorgio.runtime/run-as-root/
implementation ("com.github.dyorgio.runtime:run-as-root:1.0.0")
'com.github.dyorgio.runtime:run-as-root:jar:1.0.0'
<dependency org="com.github.dyorgio.runtime" name="run-as-root" rev="1.0.0">
<artifact name="run-as-root" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.dyorgio.runtime', module='run-as-root', version='1.0.0')
)
libraryDependencies += "com.github.dyorgio.runtime" % "run-as-root" % "1.0.0"
[com.github.dyorgio.runtime/run-as-root "1.0.0"]