All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.torquebox.mojo.rubygems.RubygemsV2GemInfo Maven / Gradle / Ivy

The newest version!
package org.torquebox.mojo.rubygems;

public interface RubygemsV2GemInfo {
    public String version();
    public String platform();
    public String name();
    public long modified();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy