com.nitorcreations.willow.deployer.GuiceRepositorySystemFactory Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of willow-deployer Show documentation
Show all versions of willow-deployer Show documentation
Willow elastic cloud application deployer
package com.nitorcreations.willow.deployer;
import org.eclipse.aether.RepositorySystem;
import com.google.inject.Guice;
public class GuiceRepositorySystemFactory {
public static RepositorySystem newRepositorySystem()
{
return Guice.createInjector( new DeployerAetherModule() ).getInstance( RepositorySystem.class );
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy