Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for groupby (0.64 sec)

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

        }
    
        /**
         * @param groupId the group ID of the plugin in the repository
         * @param artifactId the artifact ID of the reporting plugin in the repository
         * @return the key of the plugin, ie {@code groupId:artifactId}
         */
        public static String constructKey(String groupId, String artifactId) {
            return groupId + ":" + artifactId;
        }
    
                ]]>
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Tue Apr 23 13:29:46 UTC 2024
    - 115.1K bytes
    - Viewed (0)
Back to top