osc_2.12
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>tf.bug</groupId>
<artifactId>osc_2.12</artifactId>
<version>1.0.0</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>tf.bug</groupId>
<artifactId>osc_2.12</artifactId>
<packaging>jar</packaging>
<description>https://gitlab.com/degreetech/o Scala Bindings</description>
<url>https://gitlab.com/srnb/osc</url>
<version>1.0.0</version>
<licenses>
<license>
<name>GPLv3</name>
<url>https://www.gnu.org/licenses/gpl-3.0.txt</url>
<distribution>repo</distribution>
</license>
</licenses>
<name>osc</name>
<organization>
<name>bugtf</name>
<url>https://bug.tf/</url>
</organization>
<scm>
<url>https://gitlab.com/srnb/osc</url>
<connection>scm:git@gitlab.com:srnb/osc.git</connection>
</scm>
<developers>
<developer>
<id>srnb</id>
<name>Anthony Cerruti</name>
<email>me@s5.pm</email>
<url>https://s5.pm</url>
</developer>
</developers>
<dependencies>
<dependency>
<groupId>org.scala-lang</groupId>
<artifactId>scala-library</artifactId>
<version>2.12.7</version>
</dependency>
<dependency>
<groupId>com.thesamet.scalapb</groupId>
<artifactId>scalapb-runtime_2.12</artifactId>
<version>0.8.1</version>
</dependency>
</dependencies>
</project>