Sha256: 671af4748a2c2950acf824a5724247f49d041721c7329e4c968f237ade6d4dac
Contents?: true
Size: 1.08 KB
Versions: 14
Compression:
Stored size: 1.08 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_empty_lock</artifactId> <version>0.0.0</version> <name>example from jarfile</name> <dependencies> <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> <version>[4.11,4.99999]</version> </dependency> <dependency> <groupId>org.slf4j</groupId> <artifactId>simple-slf4</artifactId> <version>[1.6.4,1.6.99999]</version> </dependency> </dependencies> </project>
Version data entries
14 entries across 14 versions & 1 rubygems