parsley_sjs1_3
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>com.github.j-mie6</groupId> <artifactId>parsley_sjs1_3</artifactId> <version>4.4.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>com.github.j-mie6</groupId> <artifactId>parsley_sjs1_3</artifactId> <packaging>jar</packaging> <description>parsley</description> <url>https://j-mie6.github.io/parsley</url> <version>4.4.1</version> <licenses> <license> <name>BSD-3-Clause</name> <url>https://opensource.org/licenses/BSD-3-Clause</url> <distribution>repo</distribution> </license> </licenses> <name>parsley</name> <inceptionYear>2020</inceptionYear> <organization> <name>Parsley Contributors <https://github.com/j-mie6/Parsley/graphs/contributors></name> </organization> <scm> <url>https://github.com/j-mie6/parsley</url> <connection>scm:git:https://github.com/j-mie6/parsley.git</connection> <developerConnection>scm:git:git@github.com:j-mie6/parsley.git</developerConnection> </scm> <developers> <developer> <id>j-mie6</id> <name>parsley contributors</name> <url>https://github.com/j-mie6/parsley/contributors</url> <email>@j-mie6</email> </developer> </developers> <properties> <info.apiURL>https://www.javadoc.io/doc/com.github.j-mie6/parsley_sjs1_3/4.4.1/</info.apiURL> <info.releaseNotesUrl>https://github.com/j-mie6/parsley/releases/tag/v4.4.1</info.releaseNotesUrl> <info.versionScheme>early-semver</info.versionScheme> </properties> <dependencies> <dependency> <groupId>org.scala-lang</groupId> <artifactId>scala3-library_sjs1_3</artifactId> <version>3.3.1</version> </dependency> <dependency> <groupId>org.scala-js</groupId> <artifactId>scalajs-library_2.13</artifactId> <version>1.13.2</version> </dependency> <dependency> <groupId>org.scala-js</groupId> <artifactId>scalajs-test-bridge_2.13</artifactId> <version>1.13.2</version> <scope>test</scope> </dependency> <dependency> <groupId>org.typelevel</groupId> <artifactId>scalac-compat-annotation_3</artifactId> <version>0.1.3</version> <scope>provided</scope> </dependency> <dependency> <groupId>org.scalatest</groupId> <artifactId>scalatest_sjs1_3</artifactId> <version>3.2.17</version> <scope>test</scope> </dependency> <dependency> <groupId>org.scalacheck</groupId> <artifactId>scalacheck_sjs1_3</artifactId> <version>1.17.0</version> <scope>test</scope> </dependency> <dependency> <groupId>org.scalatestplus</groupId> <artifactId>scalacheck-1-17_sjs1_3</artifactId> <version>3.2.15.0</version> <scope>test</scope> </dependency> </dependencies> </project>