- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for setArtifactExists (0.27 sec)
-
compat/maven-compat/src/main/java/org/apache/maven/repository/metadata/ArtifactMetadata.java
return artifactScope == null ? ArtifactScopeEnum.DEFAULT_SCOPE : artifactScope; } public boolean isArtifactExists() { return artifactExists; } public void setArtifactExists(boolean artifactExists) { this.artifactExists = artifactExists; } public Collection<ArtifactMetadata> getDependencies() { return dependencies; }
Registered: Sun Sep 07 03:35:12 UTC 2025 - Last Modified: Sun Mar 30 23:08:36 UTC 2025 - 8K bytes - Viewed (0)