GroupId | GroupIdio.kevinlee |
---|---|
ArtifactId | ArtifactIdjust-sysprocess_2.12 |
Version | Version0.4.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/io.kevinlee/just-sysprocess_2.12/ -->
<dependency>
<groupId>io.kevinlee</groupId>
<artifactId>just-sysprocess_2.12</artifactId>
<version>0.4.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.kevinlee/just-sysprocess_2.12/
implementation 'io.kevinlee:just-sysprocess_2.12:0.4.0'
// https://jarcasting.com/artifacts/io.kevinlee/just-sysprocess_2.12/
implementation ("io.kevinlee:just-sysprocess_2.12:0.4.0")
'io.kevinlee:just-sysprocess_2.12:jar:0.4.0'
<dependency org="io.kevinlee" name="just-sysprocess_2.12" rev="0.4.0">
<artifact name="just-sysprocess_2.12" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.kevinlee', module='just-sysprocess_2.12', version='0.4.0')
)
libraryDependencies += "io.kevinlee" % "just-sysprocess_2.12" % "0.4.0"
[io.kevinlee/just-sysprocess_2.12 "0.4.0"]