1 В избранное 0 Ответвления 0

OSCHINA-MIRROR/mirrors-vertx

В этом репозитории не указан файл с открытой лицензией (LICENSE). При использовании обратитесь к конкретному описанию проекта и его зависимостям в коде.
Клонировать/Скачать
pom.xml 2.2 КБ
Копировать Редактировать Web IDE Исходные данные Просмотреть построчно История
Julien Viet Отправлено 12.02.2025 12:50 201cdad
<?xml version="1.0"?>
<!--
~ Copyright (c) 2011-2019 Contributors to the Eclipse Foundation
~
~ This program and the accompanying materials are made available under the
~ terms of the Eclipse Public License 2.0 which is available at
~
~ http://www.eclipse.org/legal/epl-2.0, or the Apache License, Version 2.0
~ which is available at https://www.apache.org/licenses/LICENSE-2.0.
~
~ SPDX-License-Identifier: EPL-2.0 OR Apache-2.0
~
--><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.vertx</groupId>
<artifactId>vertx5-parent</artifactId>
<version>9</version>
</parent>
<artifactId>vertx-core-aggregator</artifactId>
<version>5.0.0-SNAPSHOT</version>
<packaging>pom</packaging>
<name>Vert.x Core Aggregator</name>
<licenses>
<license>
<name>The Apache Software License, Version 2.0</name>
<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
<distribution>repo</distribution>
</license>
<license>
<name>Eclipse Public License - v 2.0</name>
<url>http://www.eclipse.org/legal/epl-v20.html</url>
<distribution>repo</distribution>
</license>
</licenses>
<scm>
<connection>scm:git:git@github.com:eclipse/vert.x.git</connection>
<developerConnection>scm:git:git@github.com:eclipse/vert.x.git</developerConnection>
<url>git@github.com:eclipse/vert.x.git</url>
</scm>
<properties>
<junit.version>4.13.2</junit.version>
<harmcrest.version>2.2</harmcrest.version>
<assertj.version>3.4.1</assertj.version>
</properties>
<dependencyManagement>
<dependencies>
<dependency>
<groupId>io.vertx</groupId>
<artifactId>vertx-dependencies</artifactId>
<version>${project.version}</version>
<type>pom</type>
<scope>import</scope>
</dependency>
</dependencies>
</dependencyManagement>
<dependencies>
</dependencies>
<modules>
<module>vertx-core-logging</module>
<module>vertx-core</module>
</modules>
</project>

Опубликовать ( 0 )

Вы можете оставить комментарий после Вход в систему

1
https://api.gitlife.ru/oschina-mirror/mirrors-vertx.git
git@api.gitlife.ru:oschina-mirror/mirrors-vertx.git
oschina-mirror
mirrors-vertx
mirrors-vertx
master