scriptom-sapi-tlb
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>org.codehaus.groovy.modules.scriptom</groupId>
<artifactId>scriptom-sapi-tlb</artifactId>
<version>1.6.0</version>
</dependency><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/maven-v4_0_0.xsd">
<parent>
<artifactId>scriptom-module-pom</artifactId>
<groupId>org.codehaus.groovy.modules.scriptom</groupId>
<version>1.6.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>scriptom-sapi-tlb</artifactId>
<name>Microsoft Speech API Type Library</name>
<description>Microsoft Speech API (SAPI) type library constants and utilities.</description>
<dependencies>
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>scriptom</artifactId>
<version>${project.version}</version>
</dependency>
</dependencies>
</project>