Class ResolvedArtifact


public class ResolvedArtifact extends ReifiedArtifact
This class defines a resolved artifact, which is an artifact after it has been downloaded as a dependency and is fully resolved. This form of an artifact has a file (as a Path) to where the artifact is stored on the local disk.
  • Field Details

    • file

      public final Path file
    • sourceFile

      public final Path sourceFile
  • Constructor Details

  • Method Details