| License |
License |
|---|---|
| Categories |
CategoriesNative Development Tools |
| GroupId | GroupIduk.co.caprica |
| ArtifactId | ArtifactIdnative-streams |
| Last Version | Last Version2.0.0 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Descriptionnative streams
Enables the redirection of native process in/out/err streams to any file.
|
| Project URL |
Project URL |
| Project Organization |
Project Organization |
| Filename | Size |
|---|---|
| native-streams-2.0.0.pom | |
| native-streams-2.0.0.jar | 4 KB |
| native-streams-2.0.0-sources.jar | 5 KB |
| native-streams-2.0.0-javadoc.jar | 364 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/uk.co.caprica/native-streams/ -->
<dependency>
<groupId>uk.co.caprica</groupId>
<artifactId>native-streams</artifactId>
<version>2.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/uk.co.caprica/native-streams/
implementation 'uk.co.caprica:native-streams:2.0.0'
// https://jarcasting.com/artifacts/uk.co.caprica/native-streams/
implementation ("uk.co.caprica:native-streams:2.0.0")
'uk.co.caprica:native-streams:jar:2.0.0'
<dependency org="uk.co.caprica" name="native-streams" rev="2.0.0">
<artifact name="native-streams" type="jar" />
</dependency>
@Grapes(
@Grab(group='uk.co.caprica', module='native-streams', version='2.0.0')
)
libraryDependencies += "uk.co.caprica" % "native-streams" % "2.0.0"
[uk.co.caprica/native-streams "2.0.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| net.java.dev.jna : jna | jar | 5.5.0 |