Required. registry_location, projectId, 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 projectId, "test-repo" is the repository_name and "com.google.guava:guava:31.0-jre" is the maven artifact.
pomUri
string
Required. URL to access the pom file of the artifact. Example: us-west4-maven.pkg.dev/test-project/test-repo/com/google/guava/guava/31.0/guava-31.0.pom
groupId
string
Group ID for the artifact. Example: com.google.guava
Uses RFC 3339, where generated output will always be Z-normalized and uses 0, 3, 6 or 9 fractional digits. Offsets other than "Z" are also accepted. Examples: "2014-10-02T15:01:23Z", "2014-10-02T15:01:23.045123456Z" or "2014-10-02T15:01:23+05:30".
Uses RFC 3339, where generated output will always be Z-normalized and uses 0, 3, 6 or 9 fractional digits. Offsets other than "Z" are also accepted. Examples: "2014-10-02T15:01:23Z", "2014-10-02T15:01:23.045123456Z" or "2014-10-02T15:01:23+05:30".
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-06-13 UTC."],[[["\u003cp\u003eMavenArtifact represents a Maven artifact, uniquely identified by its registry location, project ID, repository name, and the artifact itself.\u003c/p\u003e\n"],["\u003cp\u003eThe JSON representation of a MavenArtifact includes fields like \u003ccode\u003ename\u003c/code\u003e, \u003ccode\u003epomUri\u003c/code\u003e, \u003ccode\u003egroupId\u003c/code\u003e, \u003ccode\u003eartifactId\u003c/code\u003e, \u003ccode\u003eversion\u003c/code\u003e, \u003ccode\u003ecreateTime\u003c/code\u003e, and \u003ccode\u003eupdateTime\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eKey properties include the \u003ccode\u003epomUri\u003c/code\u003e, which is the URL for accessing the artifact's POM file, and the \u003ccode\u003egroupId\u003c/code\u003e, \u003ccode\u003eartifactId\u003c/code\u003e, and \u003ccode\u003eversion\u003c/code\u003e, which are standard Maven coordinates.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003ecreateTime\u003c/code\u003e and \u003ccode\u003eupdateTime\u003c/code\u003e are output-only fields that specify the creation and last modification times, respectively, in RFC3339 UTC "Zulu" format.\u003c/p\u003e\n"],["\u003cp\u003eThe methods for this resource includes the ability to get or list maven artifacts.\u003c/p\u003e\n"]]],[],null,[]]