MavenArtifact class
MavenArtifact represents a maven artifact.
Constructors
- MavenArtifact({String? artifactId, String? createTime, String? groupId, String? name, String? pomUri, String? updateTime, String? version})
- MavenArtifact.fromJson(Map json_)
Properties
- artifactId ↔ String?
-
Artifact ID for the artifact.
getter/setter pair
- createTime ↔ String?
-
Time the artifact was created.
getter/setter pair
- groupId ↔ String?
-
Group ID for the artifact.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- name ↔ String?
-
registry_location, project_id, repository_name and maven_artifact forms a
unique artifact For example,
"projects/test-project/locations/us-west4/repositories/test-repo/mavenArtifacts/
com.google.guava:guava:31.0-jre", where "us-west4" is the
registry_location, "test-project" is the project_id, "test-repo" is the
repository_name and "com.google.guava:guava:31.0-jre" is the maven
artifact.
getter/setter pair
- pomUri ↔ String?
-
URL to access the pom file of the artifact.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- updateTime ↔ String?
-
Time the artifact was updated.
getter/setter pair
- version ↔ String?
-
Version of this artifact.
getter/setter pair
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited