| License |
License |
|---|---|
| GroupId | GroupIdorg.apache.ignite |
| ArtifactId | ArtifactIdignite-osgi |
| Version | Version2.12.0 |
| Type | Typejar |
| Description |
DescriptionJava-based middleware for in-memory processing of big data in a distributed environment.
|
| Project URL |
Project URL |
| Project Organization |
Project Organization |
| Filename | Size |
|---|---|
| ignite-osgi-2.12.0.pom | |
| ignite-osgi-2.12.0.jar | 19 KB |
| ignite-osgi-2.12.0-tests.jar | 19 KB |
| ignite-osgi-2.12.0-sources.jar | 15 KB |
| ignite-osgi-2.12.0-javadoc.jar | 70 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.apache.ignite/ignite-osgi/ -->
<dependency>
<groupId>org.apache.ignite</groupId>
<artifactId>ignite-osgi</artifactId>
<version>2.12.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.ignite/ignite-osgi/
implementation 'org.apache.ignite:ignite-osgi:2.12.0'
// https://jarcasting.com/artifacts/org.apache.ignite/ignite-osgi/
implementation ("org.apache.ignite:ignite-osgi:2.12.0")
'org.apache.ignite:ignite-osgi:jar:2.12.0'
<dependency org="org.apache.ignite" name="ignite-osgi" rev="2.12.0">
<artifact name="ignite-osgi" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.ignite', module='ignite-osgi', version='2.12.0')
)
libraryDependencies += "org.apache.ignite" % "ignite-osgi" % "2.12.0"
[org.apache.ignite/ignite-osgi "2.12.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.apache.ignite : ignite-core | jar | 2.12.0 |
| org.osgi : org.osgi.core | jar | 5.0.0 |