scena_2.12
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>io.github.tetherless-world</groupId>
<artifactId>scena_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>io.github.tetherless-world</groupId>
<artifactId>scena_2.12</artifactId>
<packaging>jar</packaging>
<description>scena</description>
<url>https://github.com/tetherless-world/scena</url>
<version>1.0.0</version>
<licenses>
<license>
<name>Apache-2.0</name>
<url>http://www.apache.org/licenses/LICENSE-2.0</url>
<distribution>repo</distribution>
</license>
</licenses>
<name>scena</name>
<organization>
<name>io.github.tetherless-world</name>
<url>https://github.com/tetherless-world/scena</url>
</organization>
<scm>
<url>https://github.com/tetherless-world/scena</url>
<connection>git@github.com:tetherless-world/scena.git</connection>
</scm>
<developers>
<developer>
<id>nfusionsz</id>
<name>Owen Xie</name>
<email>xieo@rpi.edu</email>
<url>https://github.com/nfusionz</url>
</developer>
<developer>
<id>gordom6</id>
<name>Minor Gordon</name>
<email>gordom6@rpi.edu</email>
<url>https://github.com/gordom6</url>
</developer>
</developers>
<dependencies>
<dependency>
<groupId>org.scala-lang</groupId>
<artifactId>scala-library</artifactId>
<version>2.12.10</version>
</dependency>
<dependency>
<groupId>io.lemonlabs</groupId>
<artifactId>scala-uri_2.12</artifactId>
<version>1.5.1</version>
</dependency>
<dependency>
<groupId>org.apache.jena</groupId>
<artifactId>jena-core</artifactId>
<version>3.12.0</version>
</dependency>
<dependency>
<groupId>org.apache.jena</groupId>
<artifactId>jena-geosparql</artifactId>
<version>3.12.0</version>
</dependency>
<dependency>
<groupId>org.scalatest</groupId>
<artifactId>scalatest_2.12</artifactId>
<version>3.0.8</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-simple</artifactId>
<version>1.7.26</version>
<scope>test</scope>
</dependency>
</dependencies>
</project>