MVN

com.palantir.ts : typescript-service-generator-core

Maven & Gradle

Apr 23, 2021
1 usages
21 stars

typescript-service-generator · Palantir open source project

<dependency>
    <groupId>com.palantir.ts</groupId>
    <artifactId>typescript-service-generator-core</artifactId>
    <version>0.10.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.palantir.ts : typescript-service-generator-core to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.10.0

All Versions

Choose a version of com.palantir.ts : typescript-service-generator-core to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.11.x
typescript-service-generator-core-0.11.0
0.10.x
typescript-service-generator-core-0.10.0

How to add a dependency to Maven

Add the following com.palantir.ts : typescript-service-generator-core maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.palantir.ts</groupId>
    <artifactId>typescript-service-generator-core</artifactId>
    <version>0.10.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.palantir.ts : typescript-service-generator-core gradle dependency to your build.gradle file:

implementation 'com.palantir.ts:typescript-service-generator-core:0.10.0'

Gradle Kotlin DSL: Add the following com.palantir.ts : typescript-service-generator-core gradle kotlin dependency to your build.gradle.kts file:

implementation("com.palantir.ts:typescript-service-generator-core:0.10.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.palantir.ts : typescript-service-generator-core sbt scala dependency to your build.sbt file:

libraryDependencies += "com.palantir.ts" % "typescript-service-generator-core" % "0.10.0"

Advertisement