y

ytk-mp4j

Ytk-mp4j is a fast, user-friendly, cross-platform, multi-process, multi-thread collective message passing java library which includes gather, scatter, allgather, reduce-scatter, broadcast, reduce, allreduce communications.
https://github.com/yuantiku/ytk-mp4j
MIT License
xialong
Files download
File Operation
ytk-mp4j-0.0.1.jar download
ytk-mp4j-0.0.1.pom download
ytk-mp4j-0.0.1-sources.jar download
Apache Maven
<dependency>
  <groupId>com.fenbi.mp4j</groupId>
  <artifactId>ytk-mp4j</artifactId>
  <version>0.0.1</version>
</dependency>
Gradle Groovy
implementation 'com.fenbi.mp4j:ytk-mp4j:0.0.1'
Gradle Kotlin
implementation("com.fenbi.mp4j:ytk-mp4j:0.0.1")
Scala SBT
libraryDependencies += "com.fenbi.mp4j" % "ytk-mp4j" % "0.0.1"
Groovy Grape
@Grapes(
  @Grab(group='com.fenbi.mp4j', module='ytk-mp4j', version='0.0.1')
)
Apache Ivy
<dependency org="com.fenbi.mp4j" name="ytk-mp4j" rev="0.0.1" />
Leiningen
[com.fenbi.mp4j/ytk-mp4j "0.0.1"]
Apache Buildr
'com.fenbi.mp4j:ytk-mp4j:jar:0.0.1'