ThirdPartyDependency

public final class ThirdPartyDependency implements Dependency

A third-party dependency of a client project.

Such a dependency may be declared by the user or by one of our Gradle plugins.

Constructors

Link copied to clipboard
public void ThirdPartyDependency(String groupId, String name)

Functions

Link copied to clipboard
public boolean equals(Object o)
Link copied to clipboard
public String groupId()
Obtains the Maven group ID of this dependency.
Link copied to clipboard
public int hashCode()
Link copied to clipboard
public String name()
Obtains the name of this dependency.
Link copied to clipboard
public String toString()

Inherited functions

Link copied to clipboard
public Artifact ofVersion(String version)
Compiles an Artifact for this dependency.