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

com.nitorcreations.willow.deployer.GuiceRepositorySystemFactory Maven / Gradle / Ivy

There is a newer version: 2.0.2
Show newest version
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