| Title: |
circe-yaml |
| Group ID: |
io.circe |
| Artifact ID: |
circe-yaml_2.12 |
| Version: |
0.5.0 |
| Last modified: |
21.01.2017 21:00 |
| Packaging: |
jar |
| Name: |
circe-yaml |
| Description: |
Library for converting between SnakeYAML's AST and circe's AST |
| URL: |
https://github.com/circe/circe-yaml |
| Vendor: |
io.circe |
|
|
| Size: |
51.0 KB |
| Download: |
https://repo.maven.apache.org/maven2/io/circe/circe-yaml_2.12/0.5.0/circe-yaml_2.12-0.5.0.jar |
| POM: |
Show
hide
<?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.circe</groupId>
<artifactId>circe-yaml_2.12</artifactId>
<packaging>jar</packaging>
<description>Library for converting between SnakeYAML's AST and circe's AST</description>
<url>https://github.com/circe/circe-yaml</url>
<version>0.5.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>circe-yaml</name>
<organization>
<name>io.circe</name>
<url>https://github.com/circe/circe-yaml</url>
</organization>
<scm>
<url>https://github.com/circe/circe-yaml</url>
<connection>scm:git:git@github.com:circe/circe-yaml.git</connection>
</scm>
<developers>
<developer>
<id>jeremyrsmith</id>
<name>Jeremy Smith</name>
<email>jeremyrsmith@gmail.com</email>
<url>https://github.com/jeremyrsmith</url>
</developer>
<developer>
<id>jeffmay</id>
<name>Jeff May</name>
<email>jeff.n.may@gmail.com</email>
<url>https://github.com/jeffmay</url>
</developer>
<developer>
<id>travisbrown</id>
<name>Travis Brown</name>
<email>travisrobertbrown@gmail.com</email>
<url>https://twitter.com/travisbrown</url>
</developer>
</developers>
<properties>
<info.apiURL>https://circe.github.io/circe-yaml/api/</info.apiURL>
</properties>
<dependencies>
<dependency>
<groupId>org.scala-lang</groupId>
<artifactId>scala-library</artifactId>
<version>2.12.1</version>
</dependency>
<dependency>
<groupId>io.circe</groupId>
<artifactId>circe-core_2.12</artifactId>
<version>0.7.0</version>
</dependency>
<dependency>
<groupId>io.circe</groupId>
<artifactId>circe-parser_2.12</artifactId>
<version>0.7.0</version>
</dependency>
<dependency>
<groupId>org.yaml</groupId>
<artifactId>snakeyaml</artifactId>
<version>1.17</version>
</dependency>
<dependency>
<groupId>io.circe</groupId>
<artifactId>circe-testing_2.12</artifactId>
<version>0.7.0</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.typelevel</groupId>
<artifactId>discipline_2.12</artifactId>
<version>0.7.3</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.scalacheck</groupId>
<artifactId>scalacheck_2.12</artifactId>
<version>0.13.4</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.scalatest</groupId>
<artifactId>scalatest_2.12</artifactId>
<version>3.0.1</version>
<scope>test</scope>
</dependency>
</dependencies>
</project>
|
| Maven: |
<dependency>
<groupId>io.circe</groupId>
<artifactId>circe-yaml_2.12</artifactId>
<version>0.5.0</version>
</dependency>
|
| Gradle: |
io.circe:circe-yaml_2.12:0.5.0 |
|
Contained classes:
|
Show all
|
|
Contained classes:
|
|
| Dependencies: |
|
| Dependency Graph: |
Show
Less
More
|