api-core
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>io.github.paullo612.mlfx.api</groupId>
<artifactId>api-core</artifactId>
<version>0.6.3</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>io.github.paullo612.mlfx.api</groupId>
<artifactId>api-core</artifactId>
<version>0.6.3</version>
<name>api-core</name>
<description>mlfx core API and partial implementation. This dependency should not be used directly, as it lacks
MLFXLoaderDelegate implementation.</description>
<url>https://github.com/Paullo612/mlfx/api/api-core</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>
<name>Paullo612</name>
<email>paullo612@ya.ru</email>
</developer>
</developers>
<scm>
<connection>scm:git:git://github.com/Paullo612/mlfx.git/api/api-core</connection>
<developerConnection>scm:git:ssh://github.com:Paullo612/mlfx.git/api/api-core</developerConnection>
<tag>v0.6.3</tag>
<url>https://github.com/Paullo612/mlfx/tree/master/api/api-core</url>
</scm>
<dependencies>
<dependency>
<groupId>org.openjfx</groupId>
<artifactId>javafx-base</artifactId>
<version>19</version>
<scope>compile</scope>
</dependency>
</dependencies>
</project>