23 lines
864 B
Plaintext
23 lines
864 B
Plaintext
<project xmlns='http://maven.apache.org/POM/4.0.0' xmlns:xsi='http://www.w3.org/2001/XMLSchema-instance' xsi:schemaLocation='http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd'>
|
|
<modelVersion>4.0.0</modelVersion>
|
|
<groupId>biz.aQute</groupId>
|
|
<artifactId>bndlib</artifactId>
|
|
<version>0.0.145</version>
|
|
<description>
|
|
JAR Processing Library for creating and verifying OSGi manifest headers
|
|
</description>
|
|
<name>BND Library</name>
|
|
<url>http://www.aQute.biz/Code/Bnd</url>
|
|
<organization>
|
|
<name>aQute SARL</name>
|
|
<url>http://www.aQute.biz</url>
|
|
</organization>
|
|
<licenses>
|
|
<license>
|
|
<name>This material is licensed under the Apache Software License, Version 2.0</name>
|
|
<url>http://www.apache.org/licenses/LICENSE-2.0</url>
|
|
<distribution>repo</distribution>
|
|
</license>
|
|
</licenses>
|
|
</project>
|