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

org.jboss.shrinkwrap.resolver.impl.gradle.Gradle Maven / Gradle / Ivy

The newest version!
package org.jboss.shrinkwrap.resolver.impl.gradle;

/**
 * Main class of Gradle resolver. This is the root of ShrinkWrap Gradle Resolver DSL.
 */
public class Gradle {

   public static GradleResolverSystem resolver() {
      return new GradleResolverSystem();
   }

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy