GroupId | GroupIdorg.apache.ignite |
---|---|
ArtifactId | ArtifactIdignite-osgi |
Version | Version2.6.0 |
Type | Typejar |
Filename | Size |
---|---|
ignite-osgi-2.6.0.pom | |
ignite-osgi-2.6.0.jar | 19 KB |
ignite-osgi-2.6.0-tests.jar | 20 KB |
ignite-osgi-2.6.0-sources.jar | 15 KB |
ignite-osgi-2.6.0-javadoc.jar | 72 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.apache.ignite/ignite-osgi/ -->
<dependency>
<groupId>org.apache.ignite</groupId>
<artifactId>ignite-osgi</artifactId>
<version>2.6.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.ignite/ignite-osgi/
implementation 'org.apache.ignite:ignite-osgi:2.6.0'
// https://jarcasting.com/artifacts/org.apache.ignite/ignite-osgi/
implementation ("org.apache.ignite:ignite-osgi:2.6.0")
'org.apache.ignite:ignite-osgi:jar:2.6.0'
<dependency org="org.apache.ignite" name="ignite-osgi" rev="2.6.0">
<artifact name="ignite-osgi" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.ignite', module='ignite-osgi', version='2.6.0')
)
libraryDependencies += "org.apache.ignite" % "ignite-osgi" % "2.6.0"
[org.apache.ignite/ignite-osgi "2.6.0"]