scalate-jruby_2.13
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>io.github.scalate</groupId>
<artifactId>scalate-jruby_2.13</artifactId>
<version>1.11.1</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-jruby_2.13</artifactId>
<packaging>jar</packaging>
<description>Scalate integration with JRuby including Ruby based filters such as sass.</description>
<url>https://scalate.github.io/scalate</url>
<version>1.11.1</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-jruby</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>scala-library</artifactId>
<version>2.13.18</version>
</dependency>
<dependency>
<groupId>io.github.scalate</groupId>
<artifactId>scalate-core_2.13</artifactId>
<version>1.11.1</version>
</dependency>
<dependency>
<groupId>org.jruby</groupId>
<artifactId>jruby-complete</artifactId>
<version>10.1.1.0</version>
</dependency>
</dependencies>
</project>