caustic-runtime_2.12
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>com.madavan</groupId>
<artifactId>caustic-runtime_2.12</artifactId>
<version>2.0.3</version>
</dependency><?xml version="1.0" encoding="UTF-8"?>
<!-- generated by pants! http://pantsbuild.github.io/ -->
<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>com.madavan</groupId>
<artifactId>caustic-runtime_2.12</artifactId>
<packaging>jar</packaging>
<version>2.0.3</version>
<name>com.madavan:caustic-runtime_2.12</name>
<description>Reinventing database transactions</description>
<url>https://github.com/ashwin153/caustic</url>
<licenses>
<license>
<name>Apache License, Version 2.0</name>
<url>http://www.apache.org/licenses/LICENSE-2.0</url>
<distribution>repo</distribution>
</license>
</licenses>
<scm>
<connection>scm:git:git@github.com:ashwin153/caustic.git</connection>
<developerConnection>scm:git:git@github.com:ashwin153/caustic.git</developerConnection>
<url>https://github.com/ashwin153/caustic</url>
<tag>com.madavan-caustic-runtime_2.12-2.0.3</tag>
</scm>
<developers>
<developer>
<name>Ashwin Madavan</name>
<email>ashwin.madavan@gmail.com</email>
<url>https://madavan.me</url>
</developer>
</developers>
<dependencies>
<dependency>
<groupId>com.madavan</groupId>
<artifactId>beaker-client_2.12</artifactId>
<version>1.0.1</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.scala-lang</groupId>
<artifactId>scala-library</artifactId>
<version>2.12.3</version>
<scope>compile</scope>
</dependency>
</dependencies>
</project>