babel-core_3
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>io.taig</groupId>
<artifactId>babel-core_3</artifactId>
<version>0.6.0</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>io.taig</groupId>
<artifactId>babel-core_3</artifactId>
<packaging>jar</packaging>
<description>babel-core</description>
<url>https://github.com/taig/babel/</url>
<version>0.6.0</version>
<licenses>
<license>
<name>MIT</name>
<url>https://raw.githubusercontent.com/taig/babel/main/LICENSE</url>
<distribution>repo</distribution>
</license>
</licenses>
<name>babel-core</name>
<organization>
<name>io.taig</name>
<url>https://taig.io/</url>
</organization>
<scm>
<url>https://github.com/taig/babel</url>
<connection>scm:git:https://github.com/taig/babel.git</connection>
<developerConnection>scm:git:git@github.com:taig/babel.git</developerConnection>
</scm>
<developers>
<developer>
<id>taig</id>
<name>Niklas Klein</name>
<url>https://taig.io/</url>
<email>mail@taig.io</email>
</developer>
</developers>
<properties>
<info.versionScheme>early-semver</info.versionScheme>
</properties>
<dependencies>
<dependency>
<groupId>org.scala-lang</groupId>
<artifactId>scala3-library_3</artifactId>
<version>3.3.7</version>
</dependency>
</dependencies>
</project>