bleep-nosbt_2.13
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>build.bleep</groupId> <artifactId>bleep-nosbt_2.13</artifactId> <version>0.0.9</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="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <modelVersion>4.0.0</modelVersion> <groupId>build.bleep</groupId> <artifactId>bleep-nosbt_2.13</artifactId> <packaging>jar</packaging> <description>A bleeping fast scala build tool!</description> <url>https://github.com/oyvindberg/bleep/</url> <version>0.0.9</version> <licenses> <license> <name>MIT</name> <url>http://opensource.org/licenses/MIT</url> <distribution>repo</distribution> </license> </licenses> <name>bleep-nosbt_2.13</name> <organization> <name>build.bleep</name> <url>https://github.com/oyvindberg/bleep/</url> </organization> <scm> <url>https://github.com/oyvindberg/bleep</url> <connection>scm:git:https://github.com/oyvindberg/bleep.git</connection> <developerConnection>scm:git:git@github.com:oyvindberg/bleep.git</developerConnection> </scm> <developers> <developer> <id>oyvindberg</id> <name>Øyvind Raddum Berg</name> <url>https://github.com/oyvindberg</url> </developer> </developers> <dependencies> <dependency> <groupId>com.eed3si9n</groupId> <artifactId>sjson-new-scalajson_2.13</artifactId> <version>0.13.1</version> </dependency> <dependency> <groupId>org.scala-lang.modules</groupId> <artifactId>scala-xml_2.13</artifactId> <version>2.3.0</version> </dependency> <dependency> <groupId>org.scala-lang</groupId> <artifactId>scala-library</artifactId> <version>2.13.11</version> </dependency> </dependencies> </project>