isy-webgui-parent
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>de.bund.bva.isyfact</groupId> <artifactId>isy-webgui-parent</artifactId> <version>6.3.0</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> <groupId>de.bund.bva.isyfact</groupId> <artifactId>isy-webgui-parent</artifactId> <version>6.3.0</version> <packaging>pom</packaging> <name>IsyFact WebGUI Parent</name> <description>Die IsyFact-Standards bilden das architektonische, technologische und methodische Fundament der IsyFact. Sie umfassen allgemeingültige und wiederverwendbare Konzepte und Komponenten, die für die Entwicklung beliebiger Fachanwendungen relevant sind.</description> <url>http://isyfact.de/isy-webgui-parent</url> <licenses> <license> <name>Apache License, Version 2.0</name> <url>http://www.apache.org/licenses/LICENSE-2.0</url> </license> </licenses> <developers> <developer> <name>IsyFact-Team</name> <email>isyfact@bva.bund.de</email> <organization>Bundesverwaltungsamt (BVA)</organization> <organizationUrl>https://www.bva.bund.de</organizationUrl> </developer> </developers> <scm> <connection>scm:git:git://github.com/IsyFact/isyfact-standards.git/isy-webgui-parent</connection> <developerConnection>scm:git:ssh://github.com:IsyFact/isyfact-standards.git/isy-webgui-parent</developerConnection> <url>https://github.com/IsyFact/isyfact-standards/isy-webgui-parent</url> </scm> </project>