maven-loader
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>de.softwareforge.testing</groupId> <artifactId>maven-loader</artifactId> <version>2.4.0</version> </dependency>
<?xml version="1.0" encoding="UTF-8"?> <!-- ~ Licensed under the Apache License, Version 2.0 (the "License"); ~ you may not use this file except in compliance with the License. ~ You may obtain a copy of the License at ~ ~ http://www.apache.org/licenses/LICENSE-2.0 ~ ~ Unless required by applicable law or agreed to in writing, software ~ distributed under the License is distributed on an "AS IS" BASIS, ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. ~ See the License for the specific language governing permissions and ~ limitations under the License. --> <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 https://maven.apache.org/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> <groupId>de.softwareforge.testing</groupId> <artifactId>maven-loader</artifactId> <version>2.4.0</version> <name>maven-loader</name> <description>All-in-one Maven repository artifact loader</description> <url>https://github.com/hgschmie/maven-loader/</url> <inceptionYear>2021</inceptionYear> <organization> <name>Henning Schmiedehausen</name> <url>https://github.com/hgschmie</url> </organization> <licenses> <license> <name>Apache License, Version 2.0</name> <url>https://www.apache.org/licenses/LICENSE-2.0.txt</url> <distribution>repo</distribution> <comments>A business-friendly OSS license</comments> </license> </licenses> <developers> <developer> <id>hgschmie</id> <name>Henning Schmiedehausen</name> <timezone>-8</timezone> </developer> </developers> <scm> <connection>scm:git:git://github.com/hgschmie/maven-loader.git</connection> <developerConnection>scm:git:git@github.com:hgschmie/maven-loader.git</developerConnection> <tag>maven-loader-2.4.0</tag> <url>https://github.com/hgschmie/maven-loader</url> </scm> <dependencies> <dependency> <groupId>org.slf4j</groupId> <artifactId>slf4j-api</artifactId> <version>1.7.36</version> <scope>compile</scope> </dependency> <dependency> <groupId>org.slf4j</groupId> <artifactId>jcl-over-slf4j</artifactId> <version>1.7.36</version> <scope>runtime</scope> </dependency> </dependencies> </project>