licensing-library
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>com.license4j</groupId> <artifactId>licensing-library</artifactId> <version>5.0.3</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.3</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 comprehensive API designed for seamless software licensing and distribution. It significantly streamlines the entire licensing process for developers, allowing easy integration of robust licensing features into any Java software product with minimal coding. This boosts the efficiency of your software licensing and distribution workflows. The library is used to validate both node-locked and floating licenses on either SaaS or On-Premises License Servers, supporting a wide array of licensing models including perpetual, trial, expiring time-limited, floating, node-locked, subscription, named-user, and feature-based. It also includes advanced routines for detecting device fingerprints from hardware details and robust routines for reading and loading license files or registry entries.</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.8.1</version> </dependency> </dependencies> </project>