- Sort Score
- Result 10 results
- Languages All
Results 11 - 20 of 204 for 9110 (0.09 sec)
-
impl/maven-core/src/test/java/org/apache/maven/project/PluginConnectionSimpleTest.java
// Modify the plugin version retrievedPlugin.setVersion("3.11.0"); // Verify the change persists when getting the plugin again Plugin pluginAfterModification = project.getPlugin("org.apache.maven.plugins:maven-compiler-plugin"); assertEquals( "3.11.0", pluginAfterModification.getVersion(),Registered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Fri Jul 04 12:50:13 UTC 2025 - 5K bytes - Viewed (0) -
android/guava/src/com/google/common/base/MoreObjects.java
* * @since 18.0 (since 11.0 as {@code Objects.ToStringHelper.add()}). */ @CanIgnoreReturnValue public ToStringHelper add(String name, boolean value) { return addUnconditionalHolder(name, String.valueOf(value)); } /** * Adds a name/value pair to the formatted output in {@code name=value} format. * * @since 18.0 (since 11.0 as {@code Objects.ToStringHelper.add()}).Registered: Fri Dec 26 12:43:10 UTC 2025 - Last Modified: Mon Mar 17 20:26:29 UTC 2025 - 16.1K bytes - Viewed (0) -
compat/maven-resolver-provider/src/test/resources/repo/ut/simple/artifact/maven-metadata.xml
~ specific language governing permissions and limitations ~ under the License. --> <metadata xmlns="http://maven.apache.org/METADATA/1.1.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/METADATA/1.1.0 http://maven.apache.org/xsd/metadata-1.1.0.xsd"> <groupId>ut.simple</groupId> <artifactId>artifact</artifactId> <versioning> <latest>1.0</latest> <release>1.0</release>
Registered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Fri Oct 25 12:31:46 UTC 2024 - 1.3K bytes - Viewed (0) -
docs/ru/docs/advanced/settings.md
/// //// //// tab | Pydantic v1 {* ../../docs_src/settings/app03_an_py39/config_pv1.py hl[9:10] *} /// tip | Совет Класс `Config` используется только для конфигурации Pydantic. Подробнее см. <a href="https://docs.pydantic.dev/1.10/usage/model_config/" class="external-link" target="_blank">Pydantic Model Config</a>. /// //// /// info | ИнформацияRegistered: Sun Dec 28 07:19:09 UTC 2025 - Last Modified: Wed Dec 17 20:41:43 UTC 2025 - 18.3K bytes - Viewed (0) -
compat/maven-artifact/src/test/java/org/apache/maven/artifact/versioning/DefaultArtifactVersionTest.java
assertVersionOlder("1.1.2.beta1", "1.2"); assertVersionOlder("1.0-alpha-1", "1.0"); assertVersionOlder("1.0-alpha-1", "1.0-alpha-2"); assertVersionOlder("1.0-alpha-2", "1.0-alpha-15"); assertVersionOlder("1.0-alpha-1", "1.0-beta-1"); assertVersionOlder("1.0-beta-1", "1.0-SNAPSHOT"); assertVersionOlder("1.0-SNAPSHOT", "1.0");
Registered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Wed Sep 17 10:01:14 UTC 2025 - 9.6K bytes - Viewed (0) -
compat/maven-resolver-provider/src/test/resources/repo/org/apache/maven/its/dep-mng5459/0.4.0-SNAPSHOT/maven-metadata.xml
~ under the License. --> <metadata xmlns="http://maven.apache.org/METADATA/1.1.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/METADATA/1.1.0 http://maven.apache.org/xsd/metadata-1.1.0.xsd" modelVersion="1.1.0"> <groupId>org.apache.maven.its</groupId> <artifactId>dep-mng5459</artifactId> <version>0.4.0-SNAPSHOT</version> <versioning>
Registered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Fri Oct 25 12:31:46 UTC 2024 - 1.8K bytes - Viewed (0) -
compat/maven-resolver-provider/src/test/resources/repo/ut/simple/parent/maven-metadata.xml
~ specific language governing permissions and limitations ~ under the License. --> <metadata xmlns="http://maven.apache.org/METADATA/1.1.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/METADATA/1.1.0 http://maven.apache.org/xsd/metadata-1.1.0.xsd"> <groupId>ut.simple</groupId> <artifactId>parent</artifactId> <versioning> <latest>1.0</latest> <release>1.0</release>
Registered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Fri Oct 25 12:31:46 UTC 2024 - 1.3K bytes - Viewed (0) -
src/test/java/jcifs/internal/smb2/create/CreateContextResponseTest.java
// Test at buffer start int result1 = response.decode(buffer, 0, 10); assertEquals(10, result1); // Test at buffer end int result2 = response.decode(buffer, 90, 10); assertEquals(10, result2); // Test full buffer int result3 = response.decode(buffer, 0, 100); assertEquals(100, result3); } @TestRegistered: Sat Dec 20 13:44:44 UTC 2025 - Last Modified: Thu Aug 14 05:31:44 UTC 2025 - 16.2K bytes - Viewed (0) -
impl/maven-core/src/test/projects/lifecycle-executor/project-with-multiple-executions/src/main/mdo/remote-resources.mdo
<class rootElement="true" xml.tagName="remoteResourcesBundle"> <name>RemoteResourcesBundle</name> <version>1.1.0</version> <description>Root element of the remote-resources.xml file.</description> <fields> <field> <name>remoteResources</name> <version>1.1.0</version> <description> Remote resources that are contained in a remote resources bundle.
Registered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Fri Oct 25 12:31:46 UTC 2024 - 2K bytes - Viewed (0) -
api/maven-api-metadata/src/main/mdo/metadata.mdo
</fields> </class> <class java.clone="deep"> <name>SnapshotVersion</name> <version>1.1.0+</version> <description>Versioning information for a sub-artifact of the current snapshot artifact.</description> <fields> <field> <name>classifier</name> <version>1.1.0+</version> <type>String</type>Registered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Wed May 15 17:32:27 UTC 2024 - 15.8K bytes - Viewed (0)