Download ignite-shmem-1.0.0.jar file - Jar i

Jar examples for i:ignite-shmem

Description

Shared memory IPC library for Apache Ignite.

You can download jar file ignite-shmem 1.0.0 in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add ignite-shmem-1.0.0.jar to your project.

<dependency>
   <groupId>org.gridgain</groupId>
   <artifactId>ignite-shmem</artifactId>
   <version>1.0.0</version>
</dependency>
compile group: 'org.gridgain', name: 'ignite-shmem', version: '1.0.0'
libraryDependencies += "org.gridgain" % "ignite-shmem" % "1.0.0"
<dependency org="org.gridgain" name="ignite-shmem" rev="1.0.0"/>
@Grapes(@Grab(group='org.gridgain', module='ignite-shmem', version='1.0.0'))
'org.gridgain:ignite-shmem:jar:1.0.0'

Download

Click the following link to download the jar file.

ignite-shmem-1.0.0-javadoc.jar
ignite-shmem-1.0.0-sources.jar
ignite-shmem-1.0.0.jar
ignite-shmem-1.0.0.pom



Related Tutorials