mill-scalablytyped-worker-api
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>io.github.nguyenyou</groupId>
<artifactId>mill-scalablytyped-worker-api</artifactId>
<version>0.0.2</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>mill-scalablytyped-worker-api</name>
<groupId>io.github.nguyenyou</groupId>
<artifactId>mill-scalablytyped-worker-api</artifactId>
<packaging>jar</packaging>
<description>Mill ScalablyTyped Plugin</description>
<version>0.0.2</version>
<url>https://github.com/nguyenyou/mill-scalablytyped</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/nguyenyou/mill-scalablytyped.git</connection>
<developerConnection>scm:git:ssh://git@github.com:nguyenyou/mill-scalablytyped.git</developerConnection>
<url>https://github.com/nguyenyou/mill-scalablytyped</url>
</scm>
<developers>
<developer>
<id>nguyenyou</id>
<name>Nguyen You</name>
<url>https://github.com/nguyenyou</url>
</developer>
</developers>
<dependencies> </dependencies>
</project>