t

typescript-parent

WebJar for TypeScript Parent
http://webjars.org
Apache v2.0
James Ward
Files download
File Operation
typescript-parent-1.7.5.pom download
Apache Maven
<dependency>
  <groupId>org.webjars</groupId>
  <artifactId>typescript-parent</artifactId>
  <version>1.7.5</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'org.webjars:typescript-parent:1.7.5'
Gradle Kotlin
implementation("org.webjars:typescript-parent:1.7.5")
Scala SBT
libraryDependencies += "org.webjars" % "typescript-parent" % "1.7.5"
Groovy Grape
@Grapes(
  @Grab(group='org.webjars', module='typescript-parent', version='1.7.5')
)
Apache Ivy
<dependency org="org.webjars" name="typescript-parent" rev="1.7.5" />
Leiningen
[org.webjars/typescript-parent "1.7.5"]
Apache Buildr
'org.webjars:typescript-parent:jar:1.7.5'