Categories |
CategoriesGradle Build Tools |
---|---|
GroupId | GroupIdcom.athaydes.gradle.osgi |
ArtifactId | ArtifactIdosgi-run-core |
Version | Version1.4.2 |
Type | Typejar |
Filename | Size |
---|---|
osgi-run-core-1.4.2.pom | |
osgi-run-core-1.4.2.jar | 150 KB |
osgi-run-core-1.4.2-sources.jar | 15 KB |
osgi-run-core-1.4.2-javadoc.jar | 261 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/com.athaydes.gradle.osgi/osgi-run-core/ -->
<dependency>
<groupId>com.athaydes.gradle.osgi</groupId>
<artifactId>osgi-run-core</artifactId>
<version>1.4.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.athaydes.gradle.osgi/osgi-run-core/
implementation 'com.athaydes.gradle.osgi:osgi-run-core:1.4.2'
// https://jarcasting.com/artifacts/com.athaydes.gradle.osgi/osgi-run-core/
implementation ("com.athaydes.gradle.osgi:osgi-run-core:1.4.2")
'com.athaydes.gradle.osgi:osgi-run-core:jar:1.4.2'
<dependency org="com.athaydes.gradle.osgi" name="osgi-run-core" rev="1.4.2">
<artifact name="osgi-run-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.athaydes.gradle.osgi', module='osgi-run-core', version='1.4.2')
)
libraryDependencies += "com.athaydes.gradle.osgi" % "osgi-run-core" % "1.4.2"
[com.athaydes.gradle.osgi/osgi-run-core "1.4.2"]