License |
License |
---|---|
GroupId | GroupIdorg.apache.aries.blueprint |
ArtifactId | ArtifactIdblueprint-parser |
Last Version | Last Version1.6.1 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionApache Aries Blueprint Parser
This bundle contains the blueprint parser in a plain jar.
|
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
blueprint-parser-1.6.1.pom | |
blueprint-parser-1.6.1.jar | 73 KB |
blueprint-parser-1.6.1-sources.jar | 79 KB |
blueprint-parser-1.6.1-source-release.zip | 85 KB |
blueprint-parser-1.6.1-javadoc.jar | 353 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.apache.aries.blueprint/blueprint-parser/ -->
<dependency>
<groupId>org.apache.aries.blueprint</groupId>
<artifactId>blueprint-parser</artifactId>
<version>1.6.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.aries.blueprint/blueprint-parser/
implementation 'org.apache.aries.blueprint:blueprint-parser:1.6.1'
// https://jarcasting.com/artifacts/org.apache.aries.blueprint/blueprint-parser/
implementation ("org.apache.aries.blueprint:blueprint-parser:1.6.1")
'org.apache.aries.blueprint:blueprint-parser:jar:1.6.1'
<dependency org="org.apache.aries.blueprint" name="blueprint-parser" rev="1.6.1">
<artifact name="blueprint-parser" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.aries.blueprint', module='blueprint-parser', version='1.6.1')
)
libraryDependencies += "org.apache.aries.blueprint" % "blueprint-parser" % "1.6.1"
[org.apache.aries.blueprint/blueprint-parser "1.6.1"]
Group / Artifact | Type | Version |
---|---|---|
org.apache.aries.blueprint : org.apache.aries.blueprint.api | jar | 1.0.0 |
org.osgi : org.osgi.core | jar | 4.3.1 |