scalate-core_3
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>io.github.scalate</groupId>
<artifactId>scalate-core_3</artifactId>
<version>1.11.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.scalate</groupId>
<artifactId>scalate-core_3</artifactId>
<packaging>jar</packaging>
<description>scalate-core</description>
<url>https://scalate.github.io/scalate</url>
<version>1.11.0</version>
<licenses>
<license>
<name>The Apache Software License, Version 2.0</name>
<url>https://www.apache.org/licenses/LICENSE-2.0</url>
<distribution>repo</distribution>
</license>
</licenses>
<name>scalate-core</name>
<inceptionYear>2010</inceptionYear>
<organization>
<name>io.github.scalate</name>
<url>https://scalate.github.io/scalate</url>
</organization>
<scm>
<url>https://github.com/scalate/scalate</url>
<connection>scm:git:git://github.com/scalate/scalate.git</connection>
<developerConnection>scm:git:ssh://git@github.com:scalate/scalate.git</developerConnection>
</scm>
<developers>
<developer>
<id>chirino</id>
<name>Hiram Chirino</name>
<url>http://hiramchirino.com/blog/</url>
<organization>FuseSource</organization>
<organizationUrl>http://fusesource.com/</organizationUrl>
</developer>
<developer>
<id>jstrachan</id>
<name>James Strachan</name>
<url>http://macstrac.blogspot.com/</url>
<organization>FuseSource</organization>
<organizationUrl>http://fusesource.com/</organizationUrl>
</developer>
<developer>
<id>matthild</id>
<name>Matt Hildebrand</name>
</developer>
<developer>
<id>PaulSandoz</id>
<name>Paul Sandoz</name>
<url>http://blogs.sun.com/sandoz/</url>
<organization>Oracle</organization>
<organizationUrl>http://oracle.com/</organizationUrl>
</developer>
<developer>
<id>sptz45</id>
<name>Spiros Tzavellas</name>
<url>http://www.tzavellas.com</url>
<timezone>+2</timezone>
</developer>
<developer>
<id>rossabaker</id>
<name>Ross A. Baker</name>
<url>http://www.rossabaker.com/</url>
<organization>CrowdStrike</organization>
<organizationUrl>http://www.crowdstrike.com/</organizationUrl>
</developer>
<developer>
<id>seratch</id>
<name>Kazuhiro Sera</name>
<url>https://github.com/seratch</url>
</developer>
</developers>
<issueManagement>
<system>github</system>
<url>https://github.com/scalate/scalate/issues</url>
</issueManagement>
<dependencies>
<dependency>
<groupId>org.scala-lang</groupId>
<artifactId>scala3-compiler_3</artifactId>
<version>3.3.7</version>
</dependency>
<dependency>
<groupId>io.github.scalate</groupId>
<artifactId>scalate-util_3</artifactId>
<version>1.11.0</version>
</dependency>
<dependency>
<groupId>org.scala-lang</groupId>
<artifactId>scala3-library_3</artifactId>
<version>3.3.7</version>
</dependency>
<dependency>
<groupId>javax.servlet</groupId>
<artifactId>servlet-api</artifactId>
<version>2.5</version>
<optional>true</optional>
</dependency>
<dependency>
<groupId>ch.qos.logback</groupId>
<artifactId>logback-classic</artifactId>
<version>1.3.16</version>
<scope>runtime</scope>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.osgi</groupId>
<artifactId>org.osgi.core</artifactId>
<version>6.0.0</version>
<scope>provided</scope>
<optional>true</optional>
</dependency>
<dependency>
<groupId>tv.cntt</groupId>
<artifactId>rhinocoffeescript</artifactId>
<version>1.12.7</version>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.scalatra.scalate</groupId>
<artifactId>scalamd_3</artifactId>
<version>1.8.0</version>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.scala-lang.modules</groupId>
<artifactId>scala-collection-compat_3</artifactId>
<version>2.14.0</version>
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.13.2</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>io.github.json4s</groupId>
<artifactId>json4s-native_3</artifactId>
<version>4.1.0</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.scalatest</groupId>
<artifactId>scalatest-funsuite_3</artifactId>
<version>3.2.20</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.scalatest</groupId>
<artifactId>scalatest-shouldmatchers_3</artifactId>
<version>3.2.20</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.scalatestplus</groupId>
<artifactId>junit-4-13_3</artifactId>
<version>3.2.20.0</version>
<scope>test</scope>
</dependency>
</dependencies>
</project>