Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for _new (0.19 sec)

  1. api/maven-api-model/src/main/mdo/maven.mdo

              <name>artifactId</name>
              <version>4.0.0+</version>
              <description>The new artifact ID of the artifact.</description>
              <type>String</type>
            </field>
            <field>
              <name>version</name>
              <version>4.0.0+</version>
              <description>The new version of the artifact.</description>
              <type>String</type>
            </field>
            <field>
    XML
    - Registered: Sun May 05 03:35:11 GMT 2024
    - Last Modified: Tue Apr 23 13:29:46 GMT 2024
    - 115.1K bytes
    - Viewed (0)
  2. maven-core/src/test/resources/apiv4-repo/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3-javadoc.jar

    if both the operand and the examined object are arrays of the same length and contain items that are equal to each other (according to the above rules) in the same indexes. For example: assertThat("foo", equalTo("foo")); assertThat(new String[] {"foo", "bar"}, equalTo(new String[] {"foo", "bar"})); any public static <T> Matcher<T> any(java.lang.Class<T> type) Creates a matcher that matches when the examined object is an instance of the specified type, as determined by calling the Class.isInstance(Object)...
    Archive
    - Registered: Sun Apr 14 03:35:08 GMT 2024
    - Last Modified: Sun Oct 02 08:41:25 GMT 2022
    - 236.8K bytes
    - Viewed (0)
Back to top