Sha256: c9f019e97a10452ae6b525e00926898221e00373ff7badeddf30bcad437cb94a
Contents?: true
Size: 664 Bytes
Versions: 11
Compression:
Stored size: 664 Bytes
Contents
<?xml version="1.0" encoding="UTF-8"?> <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><%= artifact.group_id %></groupId> <artifactId><%= artifact.artifact_id %></artifactId> <version><%= artifact.version %></version> <% unless artifact.classifier.nil? %> <classifier><%= artifact.classifier %></classifier> <% end %> <packaging><%= artifact.extension %></packaging> <description>POM was created by Sonatype Nexus</description> </project>
Version data entries
11 entries across 11 versions & 3 rubygems