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