Sha256: 3720ee67582da0857de2f96d8a9ce2ceb575027c69ebe219419ee2e7ce7e75a8
Contents?: true
Size: 1.1 KB
Versions: 18
Compression:
Stored size: 1.1 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_skip_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> <scope>test</scope> </dependency> <dependency> <groupId>org.slf4j</groupId> <artifactId>simple-slf4</artifactId> <version>[1.6.4,1.6.99999]</version> </dependency> </dependencies> </project>
Version data entries
18 entries across 18 versions & 1 rubygems