matheclipse-gpl
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>org.matheclipse</groupId> <artifactId>matheclipse-gpl</artifactId> <version>3.0.0</version> </dependency>
<?xml version="1.0" encoding="UTF-8"?> <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 https://maven.apache.org/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> <parent> <groupId>org.matheclipse</groupId> <artifactId>matheclipse</artifactId> <version>3.0.0</version> </parent> <artifactId>matheclipse-gpl</artifactId> <packaging>jar</packaging> <name>${project.groupId}:${project.artifactId}</name> <description>The Symja gpl module</description> <licenses> <license> <name>GNU General Public License, Version 3</name> <url>https://www.gnu.org/licenses/gpl-3.0.html</url> <distribution>repo</distribution> <comments>A free, copyleft license for software and other kinds of works</comments> </license> </licenses> <dependencies> <dependency> <groupId>${project.groupId}</groupId> <artifactId>matheclipse-core</artifactId> <version>${project.version}</version> </dependency> <!-- logging dependencies --> <dependency> <!-- bridge from log4j-1 to log4j-2 --> <groupId>org.apache.logging.log4j</groupId> <artifactId>log4j-1.2-api</artifactId> </dependency> </dependencies> </project>