- Sort Score
- Num 10 results
- Language All
Results 1 - 3 of 3 for getVersion (0.04 seconds)
-
compat/maven-model/src/main/java/org/apache/maven/model/merge/ModelMerger.java
} protected void mergeModel_Version(Model target, Model source, boolean sourceDominant, Map<Object, Object> context) { String src = source.getVersion(); if (src != null) { if (sourceDominant || target.getVersion() == null) { target.setVersion(src); target.setLocation("version", source.getLocation("version")); } } }Created: Sun Dec 28 03:35:09 GMT 2025 - Last Modified: Thu Apr 03 11:21:39 GMT 2025 - 99.2K bytes - Click Count (0) -
api/maven-api-model/src/main/mdo/maven.mdo
&& java.util.Objects.equals(e.getVersion(), getVersion()); } else { return false; } } /** * @see java.lang.Object#hashCode() */ public int hashCode() { return java.util.Objects.hash(getArtifactId(), getGroupId(), getVersion()); } ]]> </code> </codeSegment>
Created: Sun Dec 28 03:35:09 GMT 2025 - Last Modified: Wed Nov 26 03:07:35 GMT 2025 - 133.3K bytes - Click Count (0) -
impl/maven-core/src/test/remote-repo/org/codehaus/plexus/plexus-utils/1.1/plexus-utils-1.1.jar
String PATH_SEP; private String family; private String name; private String version; private String arch; public void Os(); public void Os(String); public void setFamily(String); public void setName(String); public void setArch(String); public void setVersion(String); public boolean eval() throws Exception; public static boolean isFamily(String); public static boolean isName(String); public static boolean isArch(String); public static boolean isVersion(String); public static boolean isOs(String, String,...
Created: Sun Dec 28 03:35:09 GMT 2025 - Last Modified: Fri Oct 25 12:31:46 GMT 2024 - 164.6K bytes - Click Count (0)