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