Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for versionInfo (0.15 sec)

  1. maven-api-impl/src/main/java/org/apache/maven/internal/impl/resolver/DefaultVersionResolver.java

            }
        }
    
        private void merge(
                String key,
                Map<String, VersionInfo> infos,
                String timestamp,
                String version,
                ArtifactRepository repository) {
            VersionInfo info = infos.get(key);
            if (info == null) {
                info = new VersionInfo(timestamp, version, repository);
                infos.put(key, info);
    Java
    - Registered: Sun May 05 03:35:11 GMT 2024
    - Last Modified: Fri Apr 12 10:50:18 GMT 2024
    - 20.2K bytes
    - Viewed (0)
  2. src/main/java/org/codelibs/fess/mylasta/action/FessLabels.java

        /** The key of the message: Value */
        public static final String LABELS_VALUE = "{labels.value}";
    
        /** The key of the message: Version No. */
        public static final String LABELS_VERSION_NO = "{labels.versionNo}";
    
        /** The key of the message: Schedule */
        public static final String LABELS_CRON_EXPRESSION = "{labels.cronExpression}";
    
        /** The key of the message: Remove Documents Before Days */
    Java
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Fri Mar 22 11:58:34 GMT 2024
    - 146.4K bytes
    - Viewed (0)
Back to top