Add utility to parse maven identifiers.

This commit is contained in:
Daniel Scalzi
2019-07-29 20:53:26 -04:00
parent 1a9762daea
commit 55afd5fb04
3 changed files with 51 additions and 5 deletions

View File

@@ -4,6 +4,9 @@ export const Types: {[property: string]: Type} = {
id: 'Library',
defaultExtension: 'jar'
},
/**
* @deprecated Will be replaced by Types.Forge.
*/
ForgeHosted: {
id: 'ForgeHosted',
defaultExtension: 'jar'