mirror of
https://github.com/2006-Scape/Maven.git
synced 2026-07-03 00:37:52 +00:00
Updated JSON format
This commit is contained in:
+24
-28
@@ -1,31 +1,27 @@
|
||||
{
|
||||
"explanation":"This JSON file is used for version management, so that we can simply download the latest version. This should be kept up to date too.",
|
||||
"dependencies":[
|
||||
{
|
||||
"317-api-minified":[
|
||||
{
|
||||
"groupId":"org.parabot"
|
||||
},
|
||||
{
|
||||
"artifactId":"317-api-minified"
|
||||
},
|
||||
{
|
||||
"version":"1.1"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"client":[
|
||||
{
|
||||
"groupId":"org.parabot"
|
||||
},
|
||||
{
|
||||
"artifactId":"client"
|
||||
},
|
||||
{
|
||||
"version":"2.2"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
"dependencies":{
|
||||
"317-api-minified":[
|
||||
{
|
||||
"groupId":"org.parabot"
|
||||
},
|
||||
{
|
||||
"artifactId":"317-api-minified"
|
||||
},
|
||||
{
|
||||
"version":"1.1"
|
||||
}
|
||||
],
|
||||
"client":[
|
||||
{
|
||||
"groupId":"org.parabot"
|
||||
},
|
||||
{
|
||||
"artifactId":"client"
|
||||
},
|
||||
{
|
||||
"version":"2.2"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user