xpathparser_sjs0.6_2.13
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>eu.cdevreeze.xpathparser</groupId>
<artifactId>xpathparser_sjs0.6_2.13</artifactId>
<version>0.6.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>eu.cdevreeze.xpathparser</groupId>
<artifactId>xpathparser_sjs0.6_2.13</artifactId>
<packaging>jar</packaging>
<description>XPath parser and XPath AST API</description>
<version>0.6.0</version>
<name>xpathparser</name>
<organization>
<name>eu.cdevreeze.xpathparser</name>
</organization>
<url>https://github.com/dvreeze/xpathparser</url>
<licenses>
<license>
<name>Apache License, Version 2.0</name>
<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
<distribution>repo</distribution>
<comments>XPathParser is licensed under Apache License, Version 2.0</comments>
</license>
</licenses>
<scm>
<connection>scm:git:git@github.com:dvreeze/xpathparser.git</connection>
<url>https://github.com/dvreeze/xpathparser.git</url>
<developerConnection>scm:git:git@github.com:dvreeze/xpathparser.git</developerConnection>
</scm>
<developers>
<developer>
<id>dvreeze</id>
<name>Chris de Vreeze</name>
<email>chris.de.vreeze@caiway.net</email>
</developer>
</developers>
<dependencies>
<dependency>
<groupId>org.scala-lang</groupId>
<artifactId>scala-library</artifactId>
<version>2.13.1</version>
</dependency>
<dependency>
<groupId>org.scala-js</groupId>
<artifactId>scalajs-library_2.13</artifactId>
<version>0.6.29</version>
</dependency>
<dependency>
<groupId>org.scala-js</groupId>
<artifactId>scalajs-test-bridge_2.13</artifactId>
<version>0.6.29</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.lihaoyi</groupId>
<artifactId>fastparse_sjs0.6_2.13</artifactId>
<version>2.1.3</version>
</dependency>
<dependency>
<groupId>org.scalatest</groupId>
<artifactId>scalatest_sjs0.6_2.13</artifactId>
<version>3.0.8</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.scala-js</groupId>
<artifactId>scalajs-dom_sjs0.6_2.13</artifactId>
<version>0.9.7</version>
</dependency>
<dependency>
<groupId>com.lihaoyi</groupId>
<artifactId>pprint_sjs0.6_2.13</artifactId>
<version>0.5.5</version>
</dependency>
</dependencies>
</project>