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

zed.deployer.manager.DeploymentDescriptor Maven / Gradle / Ivy

Go to download

A application used as an example on how to set up pushing its components to the Central Repository.

There is a newer version: 0.0.20
Show newest version
package zed.deployer.manager;

public interface DeploymentDescriptor {

    String workspace();

    String id();

    String uri();

    String pid();

    DeploymentDescriptor pid(String pid);

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy