GroupId | GroupIdcom.github.veithen.cosmos |
---|---|
ArtifactId | ArtifactIdcosmos-osgi-runtime |
Version | Version0.2 |
Type | Typejar |
Filename | Size |
---|---|
cosmos-osgi-runtime-0.2.pom | |
cosmos-osgi-runtime-0.2.jar | 34 KB |
cosmos-osgi-runtime-0.2-sources.jar | 23 KB |
cosmos-osgi-runtime-0.2-javadoc.jar | 53 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.veithen.cosmos/cosmos-osgi-runtime/ -->
<dependency>
<groupId>com.github.veithen.cosmos</groupId>
<artifactId>cosmos-osgi-runtime</artifactId>
<version>0.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.veithen.cosmos/cosmos-osgi-runtime/
implementation 'com.github.veithen.cosmos:cosmos-osgi-runtime:0.2'
// https://jarcasting.com/artifacts/com.github.veithen.cosmos/cosmos-osgi-runtime/
implementation ("com.github.veithen.cosmos:cosmos-osgi-runtime:0.2")
'com.github.veithen.cosmos:cosmos-osgi-runtime:jar:0.2'
<dependency org="com.github.veithen.cosmos" name="cosmos-osgi-runtime" rev="0.2">
<artifact name="cosmos-osgi-runtime" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.veithen.cosmos', module='cosmos-osgi-runtime', version='0.2')
)
libraryDependencies += "com.github.veithen.cosmos" % "cosmos-osgi-runtime" % "0.2"
[com.github.veithen.cosmos/cosmos-osgi-runtime "0.2"]