- Sort Score
- Result 10 results
- Languages All
Results 1 - 10 of 6,192 for aVersion (0.98 sec)
-
compat/maven-compat/src/test/java/org/apache/maven/artifact/resolver/ArtifactResolutionExceptionTest.java
+ "-Dclassifier=aClassifier -Dpackaging=jar -Dfile=/path/to/file" + LS + LS + " Alternatively, if you host your own repository you can deploy the file there: " + LS + " mvn deploy:deploy-file -DgroupId=aGroupId -DartifactId=anArtifactId" + " -Dversion=aVersion -Dclassifier=aClassifier -Dpackaging=jar -Dfile=/path/to/file"
Registered: Sun Sep 07 03:35:12 UTC 2025 - Last Modified: Fri Oct 25 12:31:46 UTC 2024 - 2.7K bytes - Viewed (0) -
.go-version
Carlos Panato <******@****.***> 1755157566 +0200
Registered: Fri Sep 05 09:05:11 UTC 2025 - Last Modified: Thu Aug 14 07:46:06 UTC 2025 - 7 bytes - Viewed (0) -
api/maven-api-core/src/main/java/org/apache/maven/api/Version.java
* under the License. */ package org.apache.maven.api; import org.apache.maven.api.annotations.Experimental; import org.apache.maven.api.annotations.Nonnull; /** * A version or meta-version of an artifact or a dependency. * A meta-version is a version suffixed with the {@code SNAPSHOT} keyword. * Versions are usually parsed using the {@link org.apache.maven.api.services.VersionParser} service. * * @since 4.0.0
Registered: Sun Sep 07 03:35:12 UTC 2025 - Last Modified: Fri Jun 06 14:28:57 UTC 2025 - 1.5K bytes - Viewed (0) -
okcurl/src/main/resources-templates/okcurl-version.properties
version=${projectVersion}...
Registered: Fri Sep 05 11:42:10 UTC 2025 - Last Modified: Wed Dec 20 23:27:07 UTC 2023 - 26 bytes - Viewed (0) -
cmd/xl-storage-free-version.go
} // AddFreeVersion adds a free-version if needed for fi.VersionID version. // Free-version will be added if fi.VersionID has transitioned. func (x *xlMetaV2) AddFreeVersion(fi FileInfo) error { var uv uuid.UUID var err error switch fi.VersionID { case "", nullVersionID: default: uv, err = uuid.Parse(fi.VersionID) if err != nil { return err } } for i, version := range x.versions {
Registered: Sun Sep 07 19:28:11 UTC 2025 - Last Modified: Sat Mar 02 05:11:03 UTC 2024 - 3.4K bytes - Viewed (0) -
compat/maven-artifact/src/main/java/org/apache/maven/artifact/resolver/AbstractArtifactResolutionException.java
sb.append(" mvn install:install-file -DgroupId="); sb.append(groupId); sb.append(" -DartifactId="); sb.append(artifactId); sb.append(" -Dversion="); sb.append(version); // insert classifier only if it was used in the artifact if (classifier != null && !classifier.isEmpty()) { sb.append(" -Dclassifier=");
Registered: Sun Sep 07 03:35:12 UTC 2025 - Last Modified: Tue Apr 01 21:22:14 UTC 2025 - 10.1K bytes - Viewed (0) -
src/test/resources/plugin/repo3/fess-crawler-webdriver/maven-metadata.xml
<version>2.4.0</version> <version>2.4.1</version> <version>2.4.2</version> <version>2.4.3</version> <version>2.4.4</version> <version>2.4.5</version> <version>2.5.0</version> <version>2.5.1</version> <version>2.5.2</version> <version>2.5.3</version> <version>2.6.0</version> <version>2.6.1</version> <version>2.6.2</version>
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Mon Jun 17 13:30:41 UTC 2024 - 3.6K bytes - Viewed (0) -
api/maven-api-metadata/src/main/mdo/metadata.mdo
<version>1.0.0+</version> <type>String</type> <description>The groupId when this directory represents "groupId/artifactId" or "groupId/artifactId/version".</description> </field> <field> <name>artifactId</name> <version>1.0.0+</version> <type>String</type>
Registered: Sun Sep 07 03:35:12 UTC 2025 - Last Modified: Wed May 15 17:32:27 UTC 2024 - 15.8K bytes - Viewed (0) -
api/maven-api-settings/src/main/mdo/settings.mdo
<field> <name>version</name> <version>1.0.0+</version> <type>String</type> <description> The version of the OS to be used to activate a profile. </description> </field> </fields> </class> <class java.clone="deep"> <name>ActivationFile</name> <version>1.0.0+</version> <description>
Registered: Sun Sep 07 03:35:12 UTC 2025 - Last Modified: Sun May 18 09:15:56 UTC 2025 - 33.8K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/util/JvmUtil.java
* For Java 9 and above, returns the major version (e.g., 11 for Java 11). * * @return the Java version number, defaults to 8 if version cannot be determined */ public static int getJavaVersion() { final String javaVersion = System.getProperty("java.version"); int version = 8; if (javaVersion != null) { final String[] split = javaVersion.split("[\\._]");
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 2.9K bytes - Viewed (0)