GroupId | GroupIdcom.github.marks-yag |
---|---|
ArtifactId | ArtifactIdipc |
Version | Version0.12.0 |
Type | Typejar |
Filename | Size |
---|---|
ipc-0.12.0.pom | |
ipc-0.12.0.jar | 186 KB |
ipc-0.12.0-sources.jar | 55 KB |
ipc-0.12.0-javadoc.jar | 101 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.marks-yag/ipc/ -->
<dependency>
<groupId>com.github.marks-yag</groupId>
<artifactId>ipc</artifactId>
<version>0.12.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.marks-yag/ipc/
implementation 'com.github.marks-yag:ipc:0.12.0'
// https://jarcasting.com/artifacts/com.github.marks-yag/ipc/
implementation ("com.github.marks-yag:ipc:0.12.0")
'com.github.marks-yag:ipc:jar:0.12.0'
<dependency org="com.github.marks-yag" name="ipc" rev="0.12.0">
<artifact name="ipc" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.marks-yag', module='ipc', version='0.12.0')
)
libraryDependencies += "com.github.marks-yag" % "ipc" % "0.12.0"
[com.github.marks-yag/ipc "0.12.0"]