Categories |
CategoriesJNR Development Tools Native |
---|---|
GroupId | GroupIdcom.github.jnr |
ArtifactId | ArtifactIdjnr-process |
Version | Version0.4.3 |
Type | Typejar |
Filename | Size |
---|---|
jnr-process-0.4.3.pom | |
jnr-process-0.4.3.jar | 5 KB |
jnr-process-0.4.3-tests.jar | 4 KB |
jnr-process-0.4.3-sources.jar | 3 KB |
jnr-process-0.4.3-javadoc.jar | 399 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.jnr/jnr-process/ -->
<dependency>
<groupId>com.github.jnr</groupId>
<artifactId>jnr-process</artifactId>
<version>0.4.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.jnr/jnr-process/
implementation 'com.github.jnr:jnr-process:0.4.3'
// https://jarcasting.com/artifacts/com.github.jnr/jnr-process/
implementation ("com.github.jnr:jnr-process:0.4.3")
'com.github.jnr:jnr-process:jar:0.4.3'
<dependency org="com.github.jnr" name="jnr-process" rev="0.4.3">
<artifact name="jnr-process" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.jnr', module='jnr-process', version='0.4.3')
)
libraryDependencies += "com.github.jnr" % "jnr-process" % "0.4.3"
[com.github.jnr/jnr-process "0.4.3"]