MavenDependency constructor

MavenDependency(
  1. String groupID,
  2. String artifactID,
  3. String version, {
  4. Map<String, String> otherTags = const {},
})

Implementation

MavenDependency(this.groupID, this.artifactID, this.version,
    {this.otherTags = const {}});