is not current version
Last Version 0.4.11

com.github.jnr:jnr-process 0.1


Categories

Categories

JNR Development Tools Native
GroupId

GroupId

com.github.jnr
ArtifactId

ArtifactId

jnr-process
Version

Version

0.1
Type

Type

jar

Download jnr-process 0.1


<!-- https://jarcasting.com/artifacts/com.github.jnr/jnr-process/ -->
<dependency>
    <groupId>com.github.jnr</groupId>
    <artifactId>jnr-process</artifactId>
    <version>0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.jnr/jnr-process/
implementation 'com.github.jnr:jnr-process:0.1'
// https://jarcasting.com/artifacts/com.github.jnr/jnr-process/
implementation ("com.github.jnr:jnr-process:0.1")
'com.github.jnr:jnr-process:jar:0.1'
<dependency org="com.github.jnr" name="jnr-process" rev="0.1">
  <artifact name="jnr-process" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.jnr', module='jnr-process', version='0.1')
)
libraryDependencies += "com.github.jnr" % "jnr-process" % "0.1"
[com.github.jnr/jnr-process "0.1"]