Files
kotlin-fork/idea/testData/configuration/extractVersions/maven-central-response.json
T

122 lines
2.7 KiB
JSON
Vendored

{
"responseHeader": {
"status": 0,
"QTime": 2,
"params": {
"fl": "id,g,a,v,p,ec,timestamp,tags",
"sort": "score desc,timestamp desc,g asc,a asc,v desc",
"indent": "off",
"q": "g:\"org.jetbrains.kotlin\" AND p:\"maven-archetype\"",
"core": "gav",
"wt": "json",
"rows": "200",
"version": "2.2"
}
},
"response": {
"numFound": 3,
"start": 0,
"docs": [
{
"id": "org.jetbrains.kotlin:kotlin-archetype-jvm:1.0.0",
"g": "org.jetbrains.kotlin",
"a": "kotlin-archetype-jvm",
"v": "1.0.0",
"p": "maven-archetype",
"timestamp": 1458127798000,
"tags": [
"using",
"restful",
"creates",
"example",
"webservice"
],
"ec": [
"-sources.jar",
".jar",
".pom"
]
},
{
"id": "org.jetbrains.kotlin:kotlin-archetype-js:1.0.0",
"g": "org.jetbrains.kotlin",
"a": "kotlin-archetype-js",
"v": "1.0.0",
"p": "maven-archetype",
"timestamp": 1458127798000,
"tags": [
"using",
"restful",
"creates",
"example",
"webservice"
],
"ec": [
"-sources.jar",
".jar",
".pom"
]
},
{
"id": "org.jetbrains.kotlin:kotlin-archetype-jvm:1.0.1",
"g": "org.jetbrains.kotlin",
"a": "kotlin-archetype-jvm",
"v": "1.0.1",
"p": "maven-archetype",
"timestamp": 1458127798000,
"tags": [
"using",
"restful",
"creates",
"example",
"webservice"
],
"ec": [
"-sources.jar",
".jar",
".pom"
]
},
{
"id": "org.jetbrains.kotlin:kotlin-archetype-jvm:1.0.1",
"g": "org.jetbrains.kotlin",
"a": "kotlin-archetype-jvm",
"v": "1.0.1-2",
"p": "maven-archetype",
"timestamp": 1458127798000,
"tags": [
"using",
"restful",
"creates",
"example",
"webservice"
],
"ec": [
"-sources.jar",
".jar",
".pom"
]
},
{
"id": "org.jetbrains.kotlin:kotlin-archetype-jvm:1.1.2",
"g": "org.jetbrains.kotlin",
"a": "kotlin-archetype-jvm",
"v": "1.1.2",
"p": "maven-archetype",
"timestamp": 1458127798000,
"tags": [
"using",
"restful",
"creates",
"example",
"webservice"
],
"ec": [
"-sources.jar",
".jar",
".pom"
]
}
]
}
}