launcher
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>com.fujitsu.launcher</groupId> <artifactId>launcher</artifactId> <version>5.0</version> </dependency>
<?xml version="1.0" encoding="UTF-8"?> <!-- Copyright (c) 2017-2022 Fujitsu Limited and/or its affiliates. All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v. 2.0, which is available at http://www.eclipse.org/legal/epl-2.0. SPDX-License-Identifier: EPL-2.0 --> <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> <groupId>com.fujitsu.launcher</groupId> <artifactId>launcher</artifactId> <version>5.0</version> <name>Launcher</name> <description>Launcher Distribution</description> <url>https://github.com/fujitsu/launcher</url> <licenses> <license> <name>EPL 2.0</name> <url>http://www.eclipse.org/legal/epl-2.0</url> <distribution>repo</distribution> </license> </licenses> <developers> <developer> <name>Launcher Team</name> <organization>Fujitsu Limited</organization> <organizationUrl>https://fujitsu.com</organizationUrl> </developer> </developers> <scm> <connection>scm:git:git@github.com:fujitsu/launcher.git</connection> <developerConnection>scm:git:git@github.com:fujitsu/launcher.git</developerConnection> <url>https://github.com/fujitsu/launcher</url> </scm> </project>