0.0.1-M2_3
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>build.bleep</groupId> <artifactId>0.0.1-M2_3</artifactId> <version>bleep-tasks</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>0.0.1-M2_3</artifactId> <packaging>jar</packaging> <description>A bleeping fast scala build tool!</description> <url>https://github.com/oyvindberg/bleep/</url> <version>bleep-tasks</version> <licenses> <license> <name>MIT</name> <url>http://opensource.org/licenses/MIT</url> <distribution>repo</distribution> </license> </licenses> <name>0.0.1-M2_3</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> <developer> <id>hamnis</id> <name>Erlend Hamnaberg</name> <url>https://github.com/hamnis</url> </developer> </developers> <dependencies> <dependency> <groupId>build.bleep</groupId> <artifactId>0.0.1-M2_3</artifactId> <version>bleep-core</version> </dependency> <dependency> <groupId>org.scala-lang</groupId> <artifactId>scala-library</artifactId> <version>2.13.6</version> </dependency> <dependency> <groupId>org.scala-lang</groupId> <artifactId>scala3-library_3</artifactId> <version>3.1.1</version> </dependency> </dependencies> </project>