Download typescript4j-0.4.0.jar file - Jar t

Jar examples for t:typescript4j

Description

Java library for compiling Typescript

You can download jar file typescript4j 0.4.0 in this page.

License

Apache License 2.0

Build File

You can use the following script to add typescript4j-0.4.0.jar to your project.

<dependency>
   <groupId>com.mangofactory</groupId>
   <artifactId>typescript4j</artifactId>
   <version>0.4.0</version>
</dependency>
compile group: 'com.mangofactory', name: 'typescript4j', version: '0.4.0'
libraryDependencies += "com.mangofactory" % "typescript4j" % "0.4.0"
<dependency org="com.mangofactory" name="typescript4j" rev="0.4.0"/>
@Grapes(@Grab(group='com.mangofactory', module='typescript4j', version='0.4.0'))
'com.mangofactory:typescript4j:jar:0.4.0'

Download

Click the following link to download the jar file.

typescript4j-0.4.0-javadoc.jar
typescript4j-0.4.0-sources.jar
typescript4j-0.4.0.jar
typescript4j-0.4.0.pom



Related Tutorials