<dependency> <groupId>com.github.mike10004</groupId> <artifactId>subprocess</artifactId> <version>0.4</version> </dependency>
implementation 'com.github.mike10004:subprocess:0.4'
implementation("com.github.mike10004:subprocess:0.4")
libraryDependencies += "com.github.mike10004" % "subprocess" % "0.4"
@Grapes( @Grab(group='com.github.mike10004', module='subprocess', version='0.4') )
<dependency org="com.github.mike10004" name="subprocess" rev="0.4" />
[com.github.mike10004/subprocess "0.4"]
'com.github.mike10004:subprocess:jar:0.4'
compile
|-- com.google.code.findbugs:jsr305:3.0.1
|-- org.slf4j:slf4j-api:1.7.25
test
|-- junit:junit:4.12
|-- org.slf4j:slf4j-jdk14:1.7.25
|-- org.apache.commons:commons-lang3:3.5
|-- org.apache.commons:commons-text:1.4
|-- commons-io:commons-io:2.6
|-- com.google.guava:guava:28.1-jre
|-- org.easymock:easymock:3.4
|-- com.github.mike10004:nitsick-junit:0.1