GroupId | GroupIdcom.github.veithen.cosmos |
---|---|
ArtifactId | ArtifactIdcosmos-osgi-runtime |
Version | Version0.1 |
Type | Typejar |
Filename | Size |
---|---|
cosmos-osgi-runtime-0.1.pom | |
cosmos-osgi-runtime-0.1.jar | 38 KB |
cosmos-osgi-runtime-0.1-sources.jar | 27 KB |
cosmos-osgi-runtime-0.1-javadoc.jar | 88 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.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.veithen.cosmos/cosmos-osgi-runtime/
implementation 'com.github.veithen.cosmos:cosmos-osgi-runtime:0.1'
// https://jarcasting.com/artifacts/com.github.veithen.cosmos/cosmos-osgi-runtime/
implementation ("com.github.veithen.cosmos:cosmos-osgi-runtime:0.1")
'com.github.veithen.cosmos:cosmos-osgi-runtime:jar:0.1'
<dependency org="com.github.veithen.cosmos" name="cosmos-osgi-runtime" rev="0.1">
<artifact name="cosmos-osgi-runtime" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.veithen.cosmos', module='cosmos-osgi-runtime', version='0.1')
)
libraryDependencies += "com.github.veithen.cosmos" % "cosmos-osgi-runtime" % "0.1"
[com.github.veithen.cosmos/cosmos-osgi-runtime "0.1"]