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