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