| 组织ID: |
io.circe |
| 项目ID: |
circe-yaml_2.13 |
| 版本: |
0.12.0 |
| 最后修改时间: |
2020-04-05 14:37:42 |
| 包类型: |
jar |
| 标题: |
Apache 2.0 |
| 描述: |
Library for converting between SnakeYAML's AST and circe's AST |
| 相关URL: |
https://github.com/circe/circe-yaml |
| 大小: |
53.08KB |
|
|
| Maven引入代码: |
<dependency>
<groupId>io.circe</groupId>
<artifactId>circe-yaml_2.13</artifactId>
<version>0.12.0</version>
</dependency>
|
| Gradle引入代码: |
io.circe:circe-yaml_2.13:0.12.0
|
| 下载Jar包: |
|
| POM文件内容: |
<?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.13</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.12.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>
<url>https://github.com/jeremyrsmith</url>
<email>jeremyrsmith@gmail.com</email>
</developer>
<developer>
<id>jeffmay</id>
<name>Jeff May</name>
<url>https://github.com/jeffmay</url>
<email>jeff.n.may@gmail.com</email>
</developer>
<developer>
<id>travisbrown</id>
<name>Travis Brown</name>
<url>https://twitter.com/travisbrown</url>
<email>travisrobertbrown@gmail.com</email>
</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.13.0</version>
</dependency>
<dependency>
<groupId>io.circe</groupId>
<artifactId>circe-core_2.13</artifactId>
<version>0.12.3</version>
</dependency>
<dependency>
<groupId>io.circe</groupId>
<artifactId>circe-jawn_2.13</artifactId>
<version>0.12.3</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.yaml</groupId>
<artifactId>snakeyaml</artifactId>
<version>1.25</version>
</dependency>
<dependency>
<groupId>io.circe</groupId>
<artifactId>circe-testing_2.13</artifactId>
<version>0.12.3</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.typelevel</groupId>
<artifactId>discipline-core_2.13</artifactId>
<version>1.0.1</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.scalacheck</groupId>
<artifactId>scalacheck_2.13</artifactId>
<version>1.14.2</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.scalatest</groupId>
<artifactId>scalatest_2.13</artifactId>
<version>3.1.0-RC3</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.scalatestplus</groupId>
<artifactId>scalatestplus-scalacheck_2.13</artifactId>
<version>3.1.0.0-RC2</version>
<scope>test</scope>
</dependency>
</dependencies>
</project>
|
| Jar包内容: |
META-INF/MANIFEST.MF
io.circe.yaml.Printer$StringStyle$Literal$.class
io.circe.yaml.Printer$YamlVersion$.class
io.circe.yaml.Printer$LineBreak.class
io.circe.yaml.Printer$FlowStyle.class
io.circe.yaml.Printer$StringStyle$Folded$.class
io.circe.yaml.parser.package$FlatteningConstructor.class
io.circe.yaml.parser.package.class
io.circe.yaml.parser.package$.class
io.circe.yaml.parser.package$CustomTag$.class
io.circe.yaml.Printer$LineBreak$.class
io.circe.yaml.Printer$StringStyle$.class
io.circe.yaml.Printer$StringStyle$SingleQuoted$.class
io.circe.yaml.Printer$YamlVersion.class
io.circe.yaml.Printer$LineBreak$Windows$.class
io.circe.yaml.Printer$FlowStyle$Block$.class
io.circe.yaml.Printer$FlowStyle$Flow$.class
io.circe.yaml.Printer$FlowStyle$.class
io.circe.yaml.Printer$LineBreak$Mac$.class
io.circe.yaml.Printer.class
io.circe.yaml.Printer$StringStyle$Plain$.class
io.circe.yaml.Printer$YamlVersion$Auto$.class
io.circe.yaml.Printer$YamlVersion$Yaml1_0$.class
io.circe.yaml.Printer$YamlVersion$Yaml1_1$.class
io.circe.yaml.Printer$StringStyle.class
io.circe.yaml.Printer$LineBreak$Unix$.class
io.circe.yaml.printer.package.class
io.circe.yaml.printer.package$.class
io.circe.yaml.Printer$StringStyle$DoubleQuoted$.class
io.circe.yaml.syntax.package.class
io.circe.yaml.syntax.package$YamlSyntax.class
io.circe.yaml.syntax.package$YamlSyntax$.class
io.circe.yaml.syntax.package$AsYaml.class
io.circe.yaml.syntax.package$.class
io.circe.yaml.Printer$.class
|
| 依赖Jar: |
scala-library-2.13.0.jar
/org.scala-lang/scala-library/2.13.0
查看scala-library所有版本文件
circe-core_2.13-0.12.3.jar
/io.circe/circe-core_2.13/0.12.3
查看circe-core_2.13所有版本文件
circe-jawn_2.13-0.12.3.jar
/io.circe/circe-jawn_2.13/0.12.3
查看circe-jawn_2.13所有版本文件
snakeyaml-1.25.jar
/org.yaml/snakeyaml/1.25
查看snakeyaml所有版本文件
circe-testing_2.13-0.12.3.jar
/io.circe/circe-testing_2.13/0.12.3
查看circe-testing_2.13所有版本文件
discipline-core_2.13-1.0.1.jar
/org.typelevel/discipline-core_2.13/1.0.1
查看discipline-core_2.13所有版本文件
scalacheck_2.13-1.14.2.jar
/org.scalacheck/scalacheck_2.13/1.14.2
查看scalacheck_2.13所有版本文件
scalatest_2.13-3.1.0-RC3.jar
/org.scalatest/scalatest_2.13/3.1.0-RC3
查看scalatest_2.13所有版本文件
scalatestplus-scalacheck_2.13-3.1.0.0-RC2.jar
/org.scalatestplus/scalatestplus-scalacheck_2.13/3.1.0.0-RC2
查看scalatestplus-scalacheck_2.13所有版本文件
|