Skip to content

Commit

Permalink
ls version
Browse files Browse the repository at this point in the history
  • Loading branch information
Nathan Hamblen committed Apr 8, 2013
1 parent 3e3303b commit 144dfb7
Show file tree
Hide file tree
Showing 5 changed files with 109 additions and 0 deletions.
21 changes: 21 additions & 0 deletions core/src/main/ls/0.10.0.json
@@ -0,0 +1,21 @@
{
"organization" : "net.databinder.dispatch",
"name" : "dispatch-core",
"version" : "0.10.0",
"description" : "Core Dispatch module wrapping sonatype/async-http-client",
"site" : "http://dispatch.databinder.net/",
"tags" : [ ],
"docs" : "",
"resolvers" : [ "https://oss.sonatype.org/content/repositories/releases" ],
"dependencies" : [ {
"organization" : "com.ning",
"name" : "async-http-client",
"version" : "1.7.11"
} ],
"scalas" : [ "2.9.3", "2.10.1" ],
"licenses" : [ {
"name" : "LGPL v3",
"url" : "http://www.gnu.org/licenses/lgpl.txt"
} ],
"sbt" : false
}
21 changes: 21 additions & 0 deletions json4sjackson/src/main/ls/0.10.0.json
@@ -0,0 +1,21 @@
{
"organization" : "net.databinder.dispatch",
"name" : "dispatch-json4s-jackson",
"version" : "0.10.0",
"description" : "Dispatch module providing json4s support",
"site" : "http://dispatch.databinder.net/",
"tags" : [ ],
"docs" : "",
"resolvers" : [ "https://oss.sonatype.org/content/repositories/releases" ],
"dependencies" : [ {
"organization" : "org.json4s",
"name" : "json4s-jackson",
"version" : "3.2.4"
} ],
"scalas" : [ "2.9.3", "2.10.1" ],
"licenses" : [ {
"name" : "LGPL v3",
"url" : "http://www.gnu.org/licenses/lgpl.txt"
} ],
"sbt" : false
}
25 changes: 25 additions & 0 deletions json4snative/src/main/ls/0.10.0.json
@@ -0,0 +1,25 @@
{
"organization" : "net.databinder.dispatch",
"name" : "dispatch-json4s-native",
"version" : "0.10.0",
"description" : "Dispatch module providing json4s native support",
"site" : "http://dispatch.databinder.net/",
"tags" : [ ],
"docs" : "",
"resolvers" : [ "https://oss.sonatype.org/content/repositories/releases" ],
"dependencies" : [ {
"organization" : "org.json4s",
"name" : "json4s-core",
"version" : "3.2.4"
}, {
"organization" : "org.json4s",
"name" : "json4s-native",
"version" : "3.2.4"
} ],
"scalas" : [ "2.9.3", "2.10.1" ],
"licenses" : [ {
"name" : "LGPL v3",
"url" : "http://www.gnu.org/licenses/lgpl.txt"
} ],
"sbt" : false
}
21 changes: 21 additions & 0 deletions jsoup/src/main/ls/0.10.0.json
@@ -0,0 +1,21 @@
{
"organization" : "net.databinder.dispatch",
"name" : "dispatch-jsoup",
"version" : "0.10.0",
"description" : "Dispatch module providing jsoup html parsing support",
"site" : "http://dispatch.databinder.net/",
"tags" : [ ],
"docs" : "",
"resolvers" : [ "https://oss.sonatype.org/content/repositories/releases" ],
"dependencies" : [ {
"organization" : "org.jsoup",
"name" : "jsoup",
"version" : "1.6.3"
} ],
"scalas" : [ "2.9.3", "2.10.1" ],
"licenses" : [ {
"name" : "LGPL v3",
"url" : "http://www.gnu.org/licenses/lgpl.txt"
} ],
"sbt" : false
}
21 changes: 21 additions & 0 deletions tagsoup/src/main/ls/0.10.0.json
@@ -0,0 +1,21 @@
{
"organization" : "net.databinder.dispatch",
"name" : "dispatch-tagsoup",
"version" : "0.10.0",
"description" : "Dispatch module providing tagsoup xml and html parsing support",
"site" : "http://dispatch.databinder.net/",
"tags" : [ ],
"docs" : "",
"resolvers" : [ "https://oss.sonatype.org/content/repositories/releases" ],
"dependencies" : [ {
"organization" : "org.ccil.cowan.tagsoup",
"name" : "tagsoup",
"version" : "1.2.1"
} ],
"scalas" : [ "2.9.3", "2.10.1" ],
"licenses" : [ {
"name" : "LGPL v3",
"url" : "http://www.gnu.org/licenses/lgpl.txt"
} ],
"sbt" : false
}

0 comments on commit 144dfb7

Please sign in to comment.