licensing-library
Used in
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>com.license4j</groupId> <artifactId>licensing-library</artifactId> <version>5.0.1</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 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> <groupId>com.license4j</groupId> <artifactId>licensing-library</artifactId> <version>5.0.1</version> <packaging>jar</packaging> <properties> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> <maven.compiler.release>8</maven.compiler.release> </properties> <name>licensing-library</name> <description>The LICENSE4J Licensing Library is a complete API designed for software licensing and distribution. It simplifies the licensing process for developers by allowing easy integration of licensing features into any Java software product with minimal coding. This functionality enhances the efficiency of software licensing and distribution practices.</description> <url>https://www.license4j.com</url> <scm> <url>https://github.com/license4j</url> <connection>https://github.com/license4j/licensing-library.git</connection> <developerConnection>https://github.com/license4j/licensing-library.git</developerConnection> <tag>HEAD</tag> </scm> <licenses> <license> <name>LICENSE4J Licensing Library EULA</name> <url>https://www.license4j.com/EULA.txt</url> <distribution>repo</distribution> <comments>Distributable Library in any Java Software</comments> </license> </licenses> <developers> <developer> <name>LICENSE4J Support</name> <email>support@license4j.com</email> <organization>LICENSE4J</organization> <organizationUrl>https://www.license4j.com</organizationUrl> </developer> </developers> <dependencies> <dependency> <groupId>com.github.oshi</groupId> <artifactId>oshi-core</artifactId> <version>6.6.5</version> </dependency> </dependencies> </project>