MVN

com.bertramlabs.plugins : typescript-asset-pipeline

Maven & Gradle

May 01, 2023
190 stars

typescript-asset-pipeline · Typescript Transpiler Extension for the JVM Based Asset-Pipeline.

<dependency>
    <groupId>com.bertramlabs.plugins</groupId>
    <artifactId>typescript-asset-pipeline</artifactId>
    <version>4.3.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.bertramlabs.plugins : typescript-asset-pipeline to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 4.3.0

All Versions

Choose a version of com.bertramlabs.plugins : typescript-asset-pipeline to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
4.3.x
typescript-asset-pipeline-4.3.0
4.2.x
typescript-asset-pipeline-4.2.0
4.1.x
typescript-asset-pipeline-4.1.0
4.0.x
typescript-asset-pipeline-4.0.0
3.4.x
typescript-asset-pipeline-3.4.7
typescript-asset-pipeline-3.4.6
typescript-asset-pipeline-3.4.5
typescript-asset-pipeline-3.4.4
typescript-asset-pipeline-3.4.3
typescript-asset-pipeline-3.4.2
typescript-asset-pipeline-3.4.1
typescript-asset-pipeline-3.4.0
3.3.x
typescript-asset-pipeline-3.3.6
typescript-asset-pipeline-3.3.5
typescript-asset-pipeline-3.3.4
typescript-asset-pipeline-3.3.3
typescript-asset-pipeline-3.3.2
3.0.x
typescript-asset-pipeline-3.0.8

How to add a dependency to Maven

Add the following com.bertramlabs.plugins : typescript-asset-pipeline maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.bertramlabs.plugins</groupId>
    <artifactId>typescript-asset-pipeline</artifactId>
    <version>4.3.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.bertramlabs.plugins : typescript-asset-pipeline gradle dependency to your build.gradle file:

implementation 'com.bertramlabs.plugins:typescript-asset-pipeline:4.3.0'

Gradle Kotlin DSL: Add the following com.bertramlabs.plugins : typescript-asset-pipeline gradle kotlin dependency to your build.gradle.kts file:

implementation("com.bertramlabs.plugins:typescript-asset-pipeline:4.3.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.bertramlabs.plugins : typescript-asset-pipeline sbt scala dependency to your build.sbt file:

libraryDependencies += "com.bertramlabs.plugins" % "typescript-asset-pipeline" % "4.3.0"

Advertisement