MVN

io.github.factoryfx : typescriptGenerator

Maven & Gradle

Jul 04, 2023
1 usages
9 stars

factoryfx · factoryfx dependency injection framework

<dependency>
    <groupId>io.github.factoryfx</groupId>
    <artifactId>typescriptGenerator</artifactId>
    <version>3.1.3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.github.factoryfx : typescriptGenerator to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 3.1.3
  • Latest Alpha: 3.0.0-alpha3

All Versions

Choose a version of io.github.factoryfx : typescriptGenerator to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
3.1.x
typescriptGenerator-3.1.3
typescriptGenerator-3.1.2
typescriptGenerator-3.1.1
3.0.x
typescriptGenerator-3.0.16
typescriptGenerator-3.0.15
typescriptGenerator-3.0.14
typescriptGenerator-3.0.13
typescriptGenerator-3.0.11
typescriptGenerator-3.0.10
typescriptGenerator-3.0.9
typescriptGenerator-3.0.8
typescriptGenerator-3.0.7
typescriptGenerator-3.0.6
typescriptGenerator-3.0.5
typescriptGenerator-3.0.4
typescriptGenerator-3.0.2
typescriptGenerator-3.0.1
typescriptGenerator-3.0.0
typescriptGenerator-3.0.0-alpha3
typescriptGenerator-3.0.0-alpha2
typescriptGenerator-3.0.0-alpha1
typescriptGenerator-3.0.0-alpha0
2.2.x
typescriptGenerator-2.2.34
typescriptGenerator-2.2.33
typescriptGenerator-2.2.32
typescriptGenerator-2.2.31
typescriptGenerator-2.2.30
typescriptGenerator-2.2.29
typescriptGenerator-2.2.28
typescriptGenerator-2.2.27
typescriptGenerator-2.2.26
typescriptGenerator-2.2.25
typescriptGenerator-2.2.24
typescriptGenerator-2.2.23
typescriptGenerator-2.2.22
typescriptGenerator-2.2.21
typescriptGenerator-2.2.20
typescriptGenerator-2.2.19
typescriptGenerator-2.2.18
typescriptGenerator-2.2.17
typescriptGenerator-2.2.16
typescriptGenerator-2.2.15
typescriptGenerator-2.2.14
typescriptGenerator-2.2.13
typescriptGenerator-2.2.12
typescriptGenerator-2.2.11
typescriptGenerator-2.2.10
typescriptGenerator-2.2.9
typescriptGenerator-2.2.8
typescriptGenerator-2.2.7
typescriptGenerator-2.2.6
typescriptGenerator-2.2.5
typescriptGenerator-2.2.4
typescriptGenerator-2.2.3
typescriptGenerator-2.2.2
typescriptGenerator-2.2.1
typescriptGenerator-2.2.0
2.1.x
typescriptGenerator-2.1.4
typescriptGenerator-2.1.3
typescriptGenerator-2.1.2
typescriptGenerator-2.1.1
typescriptGenerator-2.1.0
2.0.x
typescriptGenerator-2.0.25
typescriptGenerator-2.0.24
typescriptGenerator-2.0.23
typescriptGenerator-2.0.22
typescriptGenerator-2.0.21
typescriptGenerator-2.0.20
typescriptGenerator-2.0.19
typescriptGenerator-2.0.17
typescriptGenerator-2.0.15
typescriptGenerator-2.0.14
typescriptGenerator-2.0.13
typescriptGenerator-2.0.12
typescriptGenerator-2.0.11
typescriptGenerator-2.0.9
typescriptGenerator-2.0.5
typescriptGenerator-2.0.0
1.7.x
typescriptGenerator-1.7.6

How to add a dependency to Maven

Add the following io.github.factoryfx : typescriptGenerator maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.github.factoryfx</groupId>
    <artifactId>typescriptGenerator</artifactId>
    <version>3.1.3</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.github.factoryfx : typescriptGenerator gradle dependency to your build.gradle file:

implementation 'io.github.factoryfx:typescriptGenerator:3.1.3'

Gradle Kotlin DSL: Add the following io.github.factoryfx : typescriptGenerator gradle kotlin dependency to your build.gradle.kts file:

implementation("io.github.factoryfx:typescriptGenerator:3.1.3")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.github.factoryfx : typescriptGenerator sbt scala dependency to your build.sbt file:

libraryDependencies += "io.github.factoryfx" % "typescriptGenerator" % "3.1.3"

Advertisement