MavenArtifact constructor
MavenArtifact({})
Implementation
MavenArtifact({
this.artifactId,
this.createTime,
this.groupId,
this.name,
this.pomUri,
this.updateTime,
this.version,
});
MavenArtifact({
this.artifactId,
this.createTime,
this.groupId,
this.name,
this.pomUri,
this.updateTime,
this.version,
});