sdk-bnd
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>com.acrolinx.client</groupId>
<artifactId>sdk-bnd</artifactId>
<version>1.1.2</version>
</dependency><?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
<groupId>com.acrolinx.client</groupId>
<artifactId>sdk-bnd</artifactId>
<version>1.1.2</version>
<name>Acrolinx Platform SDK OSGI bundle</name>
<description>An OSGI library to interact with the Acrolinx Platform.</description>
<url>https://github.com/acrolinx/sdk-java</url>
<licenses>
<license>
<name>The Apache Software License, Version 2.0</name>
<url>https://www.apache.org/licenses/LICENSE-2.0.txt</url>
</license>
</licenses>
<developers>
<developer>
<id>Acrolinx Open Source</id>
<name>Acrolinx</name>
<email>opensource@acrolinx.com</email>
</developer>
</developers>
<scm>
<connection>scm:git@github.com:acrolinx/sdk-java.git</connection>
<developerConnection>scm:git@github.com:acrolinx/sdk-java.git</developerConnection>
<url>https://github.com/acrolinx/sdk-java</url>
</scm>
</project>