Files download
File Operation
wisdom-typescript-maven-plugin-0.6.jar download
wisdom-typescript-maven-plugin-0.6.pom download
wisdom-typescript-maven-plugin-0.6-sources.jar download
Apache Maven
<dependency>
  <groupId>org.wisdom-framework</groupId>
  <artifactId>wisdom-typescript-maven-plugin</artifactId>
  <version>0.6</version>
  <type>maven-plugin</type>
</dependency>
Gradle Groovy
implementation 'org.wisdom-framework:wisdom-typescript-maven-plugin:0.6'
Gradle Kotlin
implementation("org.wisdom-framework:wisdom-typescript-maven-plugin:0.6")
Scala SBT
libraryDependencies += "org.wisdom-framework" % "wisdom-typescript-maven-plugin" % "0.6"
Groovy Grape
@Grapes(
  @Grab(group='org.wisdom-framework', module='wisdom-typescript-maven-plugin', version='0.6')
)
Apache Ivy
<dependency org="org.wisdom-framework" name="wisdom-typescript-maven-plugin" rev="0.6" />
Leiningen
[org.wisdom-framework/wisdom-typescript-maven-plugin "0.6"]
Apache Buildr
'org.wisdom-framework:wisdom-typescript-maven-plugin:jar:0.6'