langx-java-bom
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>io.github.bes2008.solution.langx</groupId>
<artifactId>langx-java-bom</artifactId>
<version>5.5.8</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>
<parent>
<groupId>io.github.bes2008.solution.langx</groupId>
<artifactId>langx</artifactId>
<version>5.5.8</version>
</parent>
<artifactId>langx-java-bom</artifactId>
<packaging>pom</packaging>
<name>${project.groupId}:${project.artifactId}:${project.version}</name>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>
<dependencyManagement>
<dependencies>
<dependency>
<groupId>io.github.bes2008.solution.langx</groupId>
<artifactId>langx-java</artifactId>
<version>5.5.8</version>
</dependency>
<dependency>
<groupId>io.github.bes2008.solution.langx</groupId>
<artifactId>langx-java8</artifactId>
<version>5.5.8</version>
</dependency>
<dependency>
<groupId>io.github.bes2008.solution.langx</groupId>
<artifactId>langx-java-el</artifactId>
<version>5.5.8</version>
</dependency>
<dependency>
<groupId>io.github.bes2008.solution.langx</groupId>
<artifactId>langx-java-fastdateformat</artifactId>
<version>5.5.8</version>
</dependency>
<dependency>
<groupId>io.github.bes2008.solution.langx</groupId>
<artifactId>langx-java-pinyin</artifactId>
<version>5.5.8</version>
</dependency>
<dependency>
<groupId>io.github.bes2008.solution.langx</groupId>
<artifactId>langx-java-reflect-asm</artifactId>
<version>5.5.8</version>
</dependency>
<dependency>
<groupId>io.github.bes2008.solution.langx</groupId>
<artifactId>langx-java-reflect-aspectj</artifactId>
<version>5.5.8</version>
</dependency>
<dependency>
<groupId>io.github.bes2008.solution.langx</groupId>
<artifactId>langx-java-regexp-joni</artifactId>
<version>5.5.8</version>
</dependency>
<dependency>
<groupId>io.github.bes2008.solution.langx.security</groupId>
<artifactId>langx-java-security-gm-jca-bouncycastle</artifactId>
<version>5.5.8</version>
</dependency>
<dependency>
<groupId>io.github.bes2008.solution.langx</groupId>
<artifactId>langx-java-all</artifactId>
<version>5.5.8</version>
</dependency>
</dependencies>
</dependencyManagement>
</project>