SX-Attribute
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>cn.handyplus.lib.attribute</groupId>
<artifactId>SX-Attribute</artifactId>
<version>1.1.5</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>cn.handyplus.lib.attribute</groupId>
<artifactId>AttributeParent</artifactId>
<version>1.1.5</version>
</parent>
<artifactId>SX-Attribute</artifactId>
<version>1.1.5</version>
<licenses>
<license>
<name>GNU LESSER GENERAL PUBLIC LICENSE v3.0</name>
<url>https://github.com/handyplus/AttributeParent/blob/master/LICENSE</url>
</license>
</licenses>
<properties>
<SXAttribute.version>3.5.3</SXAttribute.version>
</properties>
<dependencies>
<dependency>
<groupId>github.saukiya.sxattribute</groupId>
<artifactId>SXAttribute</artifactId>
<version>${SXAttribute.version}</version>
<optional>true</optional>
</dependency>
</dependencies>
</project>