| GroupId | GroupIdorg.ow2.util.osgi-toolkit |
|---|---|
| ArtifactId | ArtifactIdosgi-toolkit-filter |
| Version | Version1.0.1 |
| Type | Typejar |
| Filename | Size |
|---|---|
| osgi-toolkit-filter-1.0.1.pom | |
| osgi-toolkit-filter-1.0.1.jar | 13 KB |
| osgi-toolkit-filter-1.0.1-sources.jar | 11 KB |
| osgi-toolkit-filter-1.0.1-javadoc.jar | 51 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.ow2.util.osgi-toolkit/osgi-toolkit-filter/ -->
<dependency>
<groupId>org.ow2.util.osgi-toolkit</groupId>
<artifactId>osgi-toolkit-filter</artifactId>
<version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.ow2.util.osgi-toolkit/osgi-toolkit-filter/
implementation 'org.ow2.util.osgi-toolkit:osgi-toolkit-filter:1.0.1'
// https://jarcasting.com/artifacts/org.ow2.util.osgi-toolkit/osgi-toolkit-filter/
implementation ("org.ow2.util.osgi-toolkit:osgi-toolkit-filter:1.0.1")
'org.ow2.util.osgi-toolkit:osgi-toolkit-filter:jar:1.0.1'
<dependency org="org.ow2.util.osgi-toolkit" name="osgi-toolkit-filter" rev="1.0.1">
<artifact name="osgi-toolkit-filter" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.ow2.util.osgi-toolkit', module='osgi-toolkit-filter', version='1.0.1')
)
libraryDependencies += "org.ow2.util.osgi-toolkit" % "osgi-toolkit-filter" % "1.0.1"
[org.ow2.util.osgi-toolkit/osgi-toolkit-filter "1.0.1"]