| License |
License
MIT
|
|---|---|
| GroupId | GroupIdcom.outr |
| ArtifactId | ArtifactIdfabric-parse_2.13 |
| Version | Version1.1.1 |
| Type | Typejar |
| Description |
Descriptionfabric-parse
fabric-parse
|
| Project URL |
Project URL |
| Project Organization |
Project Organization |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| fabric-parse_2.13-1.1.1.pom | |
| fabric-parse_2.13-1.1.1.jar | 36 KB |
| fabric-parse_2.13-1.1.1-sources.jar | 4 KB |
| fabric-parse_2.13-1.1.1-javadoc.jar | 1 MB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.outr/fabric-parse_2.13/ -->
<dependency>
<groupId>com.outr</groupId>
<artifactId>fabric-parse_2.13</artifactId>
<version>1.1.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.outr/fabric-parse_2.13/
implementation 'com.outr:fabric-parse_2.13:1.1.1'
// https://jarcasting.com/artifacts/com.outr/fabric-parse_2.13/
implementation ("com.outr:fabric-parse_2.13:1.1.1")
'com.outr:fabric-parse_2.13:jar:1.1.1'
<dependency org="com.outr" name="fabric-parse_2.13" rev="1.1.1">
<artifact name="fabric-parse_2.13" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.outr', module='fabric-parse_2.13', version='1.1.1')
)
libraryDependencies += "com.outr" % "fabric-parse_2.13" % "1.1.1"
[com.outr/fabric-parse_2.13 "1.1.1"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.scala-lang : scala-library | jar | 2.13.7 |
| com.outr : fabric-core_2.13 | jar | 1.1.1 |
| com.fasterxml.jackson.core : jackson-core | jar | 2.13.0 |
| com.fasterxml.jackson.dataformat : jackson-dataformat-yaml | jar | 2.13.0 |
| com.fasterxml.jackson.dataformat : jackson-dataformat-xml | jar | 2.13.0 |
| com.typesafe : config | jar | 1.4.1 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.scalatest : scalatest_2.13 | jar | 3.2.10 |