component-ntp
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>live.lingting.components</groupId>
<artifactId>component-ntp</artifactId>
<version>2024.06.14-beta2</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>
<parent>
<groupId>live.lingting.components</groupId>
<artifactId>lingting-components</artifactId>
<version>2024.06.14-beta2</version>
</parent>
<groupId>live.lingting.components</groupId>
<artifactId>component-ntp</artifactId>
<version>2024.06.14-beta2</version>
<licenses>
<license>
<name>GNU General Public License, version 2</name>
<url>http://www.gnu.org/licenses/old-licenses/gpl-2.0.html</url>
<distribution>repo</distribution>
</license>
</licenses>
<dependencies>
<dependency>
<groupId>commons-net</groupId>
<artifactId>commons-net</artifactId>
</dependency>
<dependency>
<groupId>live.lingting.components</groupId>
<artifactId>component-core</artifactId>
</dependency>
</dependencies>
</project>