Sha256: e1af99eb058cf2969f7528b8752db00a7d93b7900f65c818070d4a3ef1e43cf5
Contents?: true
Size: 1.26 KB
Versions: 18
Compression:
Stored size: 1.26 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_and_lock</artifactId> <version>0.0.0</version> <name>example from jarfile</name> <dependencies> <dependency> <groupId>org.slf4j</groupId> <artifactId>simple-slf4</artifactId> <version>[1.6.4,1.6.99999]</version> </dependency> <dependency> <groupId>org.hamcrest</groupId> <artifactId>hamcrest-core</artifactId> <version>1.3</version> <scope>test</scope> </dependency> <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> <version>4.11</version> <scope>test</scope> </dependency> </dependencies> </project>
Version data entries
18 entries across 18 versions & 1 rubygems