Sha256: 5a20612f07494474e7aa8cfdcac8fe35e4444d7756cd3c51d306ed57885abc5d
Contents?: true
Size: 1.19 KB
Versions: 19
Compression:
Stored size: 1.19 KB
Contents
<?xml version="1.0" encoding="UTF-8"?> <!-- Copyright (c) 2012 to original author or authors All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v1.0 which accompanies this distribution, and is available at http://www.eclipse.org/legal/epl-v10.html --> <project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://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>no_group_id_given</groupId> <artifactId>pom_from_jarfile_help_only</artifactId> <version>0.0.0</version> <name>example from jarfile</name> <dependencies> <dependency> <groupId>asd</groupId> <artifactId>asd</artifactId> <exclusions> <exclusion> <groupId>asd</groupId> <artifactId>asd</artifactId> </exclusion> <exclusion> </exclusion> </exclusions> </dependency> <dependency> <groupId>asd</groupId> <artifactId>asd</artifactId> <type>pom</type> </dependency> </dependencies> </project>
Version data entries
19 entries across 19 versions & 1 rubygems