fobo-twitter-bootstrap-api_2.6_2.10
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>net.liftmodules</groupId> <artifactId>fobo-twitter-bootstrap-api_2.6_2.10</artifactId> <version>1.7</version> </dependency>
<?xml version='1.0' encoding='UTF-8'?> <project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0"> <modelVersion>4.0.0</modelVersion> <groupId>net.liftmodules</groupId> <artifactId>fobo-twitter-bootstrap-api_2.6_2.10</artifactId> <packaging>jar</packaging> <description>fobo-twitter-bootstrap-api</description> <version>1.7</version> <name>fobo-twitter-bootstrap-api</name> <organization> <name>net.liftmodules</name> </organization> <url>http://www.media4u101.se/fobo-lift-template-demo/</url> <licenses> <license> <name>The Apache Software License, Version 2.0</name> <url>http://maven.apache.org/ref/2.1.0/maven-profile/license.html</url> <distribution>repo</distribution> </license> </licenses> <scm> <url>git@github.com:karma4u101/FoBo.git</url> <connection>scm:git:git@github.com:karma4u101/FoBo.git</connection> </scm> <developers> <developer> <id>karma4u101</id> <name>Peter Petersson</name> <url>http://www.media4u101.se</url> </developer> </developers> <dependencies> <dependency> <groupId>org.scala-lang</groupId> <artifactId>scala-library</artifactId> <version>2.10.4</version> </dependency> <dependency> <groupId>net.liftweb</groupId> <artifactId>lift-webkit_2.10</artifactId> <version>2.6.2</version> <scope>provided</scope> </dependency> <dependency> <groupId>net.liftweb</groupId> <artifactId>lift-testkit_2.10</artifactId> <version>2.6.2</version> <scope>provided</scope> </dependency> <dependency> <groupId>org.specs2</groupId> <artifactId>specs2_2.10</artifactId> <version>1.13</version> <scope>test</scope> </dependency> <dependency> <groupId>org.scalacheck</groupId> <artifactId>scalacheck_2.10</artifactId> <version>1.10.0</version> <scope>test</scope> </dependency> <dependency> <groupId>javax.servlet</groupId> <artifactId>servlet-api</artifactId> <version>2.5</version> <scope>test</scope> </dependency> <dependency> <groupId>ch.qos.logback</groupId> <artifactId>logback-classic</artifactId> <version>1.0.0</version> <scope>provided</scope> </dependency> <dependency> <groupId>log4j</groupId> <artifactId>log4j</artifactId> <version>1.2.16</version> <scope>provided</scope> </dependency> </dependencies> </project>