sjsonnet_3
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>io.github.jam01</groupId>
<artifactId>sjsonnet_3</artifactId>
<version>0.6.90004</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="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
<name>sjsonnet_3</name>
<groupId>io.github.jam01</groupId>
<artifactId>sjsonnet_3</artifactId>
<packaging>jar</packaging>
<description>sjsonnet</description>
<version>0.6.90004</version>
<url>https://github.com/jam01/sjsonnet</url>
<licenses>
<license>
<name>MIT</name>
<url>https://spdx.org/licenses/MIT.html</url>
<distribution>repo</distribution>
</license>
</licenses>
<scm>
<connection>scm:git:git://github.com/jam01/sjsonnet.git</connection>
<developerConnection>scm:git:ssh://git@github.com:jam01/sjsonnet.git</developerConnection>
<url>https://github.com/jam01/sjsonnet</url>
</scm>
<developers>
<developer>
<id>lihaoyi</id>
<name>Li Haoyi</name>
<url>https://github.com/lihaoyi</url>
</developer>
<developer>
<id>jam01</id>
<name>Jose Montoya</name>
<url>https://github.com/jam01</url>
</developer>
</developers>
<dependencies>
<dependency>
<groupId>com.lihaoyi</groupId>
<artifactId>fastparse_3</artifactId>
<version>3.1.1</version>
</dependency>
<dependency>
<groupId>com.lihaoyi</groupId>
<artifactId>pprint_3</artifactId>
<version>0.9.4</version>
</dependency>
<dependency>
<groupId>com.lihaoyi</groupId>
<artifactId>ujson_3</artifactId>
<version>4.4.1</version>
</dependency>
<dependency>
<groupId>com.lihaoyi</groupId>
<artifactId>scalatags_3</artifactId>
<version>0.13.1</version>
</dependency>
<dependency>
<groupId>org.scala-lang.modules</groupId>
<artifactId>scala-collection-compat_3</artifactId>
<version>2.14.0</version>
</dependency>
<dependency>
<groupId>com.lihaoyi</groupId>
<artifactId>os-lib_3</artifactId>
<version>0.11.6</version>
</dependency>
<dependency>
<groupId>com.lihaoyi</groupId>
<artifactId>mainargs_3</artifactId>
<version>0.7.7</version>
</dependency>
<dependency>
<groupId>org.tukaani</groupId>
<artifactId>xz</artifactId>
<version>1.10</version>
</dependency>
<dependency>
<groupId>at.yawk.lz4</groupId>
<artifactId>lz4-java</artifactId>
<version>1.10.1</version>
</dependency>
<dependency>
<groupId>org.yaml</groupId>
<artifactId>snakeyaml</artifactId>
<version>2.4</version>
</dependency>
<dependency>
<groupId>com.google.re2j</groupId>
<artifactId>re2j</artifactId>
<version>1.8</version>
</dependency>
<dependency>
<groupId>org.scala-lang</groupId>
<artifactId>scala3-library_3</artifactId>
<version>3.3.7</version>
</dependency>
</dependencies>
</project>