- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for getIntroducedDependencyArtifacts (0.18 sec)
-
compat/maven-plugin-api/src/main/java/org/apache/maven/plugin/descriptor/PluginDescriptor.java
public void setIntroducedDependencyArtifacts(Set<Artifact> introducedDependencyArtifacts) { this.introducedDependencyArtifacts = introducedDependencyArtifacts; } public Set<Artifact> getIntroducedDependencyArtifacts() { return (introducedDependencyArtifacts != null) ? introducedDependencyArtifacts : Collections.emptySet(); } public void setName(String name) { this.name = name; }
Registered: Sun Nov 03 03:35:11 UTC 2024 - Last Modified: Fri Oct 25 12:31:46 UTC 2024 - 16.2K bytes - Viewed (0)