License |
License |
---|---|
GroupId | GroupIdbr.com.objectos |
ArtifactId | ArtifactIdprocess |
Last Version | Last Version0.1.0 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionobjectos :: process
A simple Java 8 Process manager
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
process-0.1.0.pom | |
process-0.1.0.jar | 14 KB |
process-0.1.0-sources.jar | 5 KB |
process-0.1.0-javadoc.jar | 51 KB |
Browse |
<!-- https://jarcasting.com/artifacts/br.com.objectos/process/ -->
<dependency>
<groupId>br.com.objectos</groupId>
<artifactId>process</artifactId>
<version>0.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/br.com.objectos/process/
implementation 'br.com.objectos:process:0.1.0'
// https://jarcasting.com/artifacts/br.com.objectos/process/
implementation ("br.com.objectos:process:0.1.0")
'br.com.objectos:process:jar:0.1.0'
<dependency org="br.com.objectos" name="process" rev="0.1.0">
<artifact name="process" type="jar" />
</dependency>
@Grapes(
@Grab(group='br.com.objectos', module='process', version='0.1.0')
)
libraryDependencies += "br.com.objectos" % "process" % "0.1.0"
[br.com.objectos/process "0.1.0"]
Group / Artifact | Type | Version |
---|---|---|
br.com.objectos : core | jar | 0.4.0 |
Group / Artifact | Type | Version |
---|---|---|
br.com.objectos : testing | jar | 0.1.1 |