org.jboss.shrinkwrap.resolver.impl.gradle.Gradle Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of shrinkwrap-resolver-impl-gradle Show documentation
Show all versions of shrinkwrap-resolver-impl-gradle Show documentation
Impl to Resolve Dependencies from a Gradle Backend
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();
}
}