api
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>io.ib67.linguee</groupId> <artifactId>api</artifactId> <version>0.2.1</version> </dependency>
<?xml version="1.0" encoding="UTF-8"?> <project xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <!-- This module was also published with a richer model, Gradle metadata, --> <!-- which should be used instead. Do not delete the following line which --> <!-- is to indicate to Gradle or any Gradle module metadata file consumer --> <!-- that they should prefer consuming it instead. --> <!-- do_not_remove: published-with-gradle-metadata --> <modelVersion>4.0.0</modelVersion> <groupId>io.ib67.linguee</groupId> <artifactId>api</artifactId> <version>0.2.1</version> <name>Linguee</name> <description>Linguee is a simple text component for user and developer.</description> <url>https://codeberg.org/iceBear67/Linguee</url> <licenses> <license> <name>LGPLv2.1</name> <url>https://www.gnu.org/licenses/old-licenses/lgpl-2.1.html</url> </license> </licenses> <developers> <developer> <id>iceBear67</id> <name>iceBear67</name> </developer> </developers> <scm> <connection>scm:git:git://codeberg.org/iceBear67/Linguee</connection> <url>https://codeberg.org/iceBear67/Linguee</url> </scm> <dependencies> <dependency> <groupId>io.ib67.linguee</groupId> <artifactId>markdown-compiler</artifactId> <version>0.1.0</version> <scope>runtime</scope> </dependency> <dependency> <groupId>io.ib67.kiwi</groupId> <artifactId>core</artifactId> <version>0.3.1</version> <scope>runtime</scope> </dependency> <dependency> <groupId>io.ib67.kiwi</groupId> <artifactId>collection</artifactId> <version>0.3.1</version> <scope>runtime</scope> </dependency> </dependencies> </project>