typescript
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>org.taxilang</groupId>
<artifactId>typescript</artifactId>
<version>1.70.6</version>
</dependency><?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<parent>
<artifactId>parent</artifactId>
<groupId>org.taxilang</groupId>
<version>1.70.6</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>typescript</artifactId>
<packaging>pom</packaging>
<name>${artifactId}</name>
<modules>
<module>taxi2typescript</module>
<module>taxiql-codegen/packages/win32</module>
<module>taxiql-codegen/packages/darwin</module>
<module>taxiql-codegen/packages/linux</module>
</modules>
</project>