| License |
License |
|---|---|
| GroupId | GroupIdcom.github.cb372 |
| ArtifactId | ArtifactIdexternalized |
| Last Version | Last Version0.4.0 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Descriptionexternalized
A handy DSL that makes it easier to work with external processes in Java
|
| Project URL |
Project URL |
| Filename | Size |
|---|---|
| externalized-0.4.0.pom | |
| externalized-0.4.0.jar | 17 KB |
| externalized-0.4.0-sources.jar | 9 KB |
| externalized-0.4.0-javadoc.jar | 81 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.cb372/externalized/ -->
<dependency>
<groupId>com.github.cb372</groupId>
<artifactId>externalized</artifactId>
<version>0.4.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.cb372/externalized/
implementation 'com.github.cb372:externalized:0.4.0'
// https://jarcasting.com/artifacts/com.github.cb372/externalized/
implementation ("com.github.cb372:externalized:0.4.0")
'com.github.cb372:externalized:jar:0.4.0'
<dependency org="com.github.cb372" name="externalized" rev="0.4.0">
<artifact name="externalized" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.cb372', module='externalized', version='0.4.0')
)
libraryDependencies += "com.github.cb372" % "externalized" % "0.4.0"
[com.github.cb372/externalized "0.4.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.slf4j : slf4j-api | jar | 1.7.5 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.hamcrest : hamcrest-library | jar | 1.3 |
| junit : junit | jar | 4.11 |
| org.mockito : mockito-core | jar | 1.8.1 |
| commons-io : commons-io | jar | 2.4 |