![JAR search and dependency download from the Maven repository](/logo.png)
net.java.trueupdate.artifact.maven.ci.RemoteRepositoryCi Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of trueupdate-artifact-maven Show documentation
Show all versions of trueupdate-artifact-maven Show documentation
Provides an artifact resolver which is based on a local Maven
repository and some optional remote Maven repositories.
The newest version!
/*
* Copyright (C) 2013 Schlichtherle IT Services & Stimulus Software.
* All rights reserved. Use is subject to license terms.
*/
package net.java.trueupdate.artifact.maven.ci;
import javax.xml.bind.annotation.*;
/**
* Represents a remote repository.
*
* @author Christian Schlichtherle
*/
@XmlType(name = "RemoteRepository", propOrder = { })
@SuppressWarnings("PublicField")
public final class RemoteRepositoryCi {
@XmlElement(defaultValue = "http://repo1.maven.org/maven2/")
public String url;
public String id, type;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy