walker-text-semantics
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>online.skyopen</groupId> <artifactId>walker-text-semantics</artifactId> <version>3.2.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 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <parent> <artifactId>walker-dependencies-3</artifactId> <groupId>online.skyopen</groupId> <!-- <version>3.1.6</version>--> <version>3.2.0</version> </parent> <modelVersion>4.0.0</modelVersion> <artifactId>walker-text-semantics</artifactId> <name>walker-text-semantics</name> <packaging>jar</packaging> <properties> </properties> <dependencies> <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> <scope>test</scope> </dependency> <dependency> <groupId>org.ansj</groupId> <artifactId>ansj_seg</artifactId> </dependency> <!-- 基础设施类库,2023-08-16 --> <dependency> <groupId>online.skyopen</groupId> <artifactId>walker-infrastructure</artifactId> <scope>provided</scope> </dependency> </dependencies> </project>