License |
License |
---|---|
Categories |
CategoriesJNR Development Tools Native |
GroupId | GroupIdcom.github.jnr |
ArtifactId | ArtifactIdjnr-process |
Last Version | Last Version0.4.11 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionSonatype helps open source projects to set up Maven repositories on https://oss.sonatype.org/
|
Project URL |
Project URL |
Filename | Size |
---|---|
jnr-process-0.4.11.pom | |
jnr-process-0.4.11.jar | 4 KB |
jnr-process-0.4.11-sources.jar | 2 KB |
jnr-process-0.4.11-javadoc.jar | 40 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.jnr/jnr-process/ -->
<dependency>
<groupId>com.github.jnr</groupId>
<artifactId>jnr-process</artifactId>
<version>0.4.11</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.jnr/jnr-process/
implementation 'com.github.jnr:jnr-process:0.4.11'
// https://jarcasting.com/artifacts/com.github.jnr/jnr-process/
implementation ("com.github.jnr:jnr-process:0.4.11")
'com.github.jnr:jnr-process:jar:0.4.11'
<dependency org="com.github.jnr" name="jnr-process" rev="0.4.11">
<artifact name="jnr-process" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.jnr', module='jnr-process', version='0.4.11')
)
libraryDependencies += "com.github.jnr" % "jnr-process" % "0.4.11"
[com.github.jnr/jnr-process "0.4.11"]
Group / Artifact | Type | Version |
---|---|---|
com.github.jnr : jnr-constants | jar | 0.10.3 |
com.github.jnr : jnr-posix | jar | 3.1.14 |
com.github.jnr : jnr-enxio | jar | 0.32.13 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.13.1 |