MVN

com.cjbooms : fabrikt

Maven & Gradle

Aug 22, 2023
123 stars

Fabrikt · Fabricates Kotlin code from OpenApi3 specifications

<dependency>
    <groupId>com.cjbooms</groupId>
    <artifactId>fabrikt</artifactId>
    <version>81a003c</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.cjbooms : fabrikt to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 81a003c
  • Latest Release Candidate: 1.0.0.RC9

All Versions

Choose a version of com.cjbooms : fabrikt to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
10.1.x
fabrikt-10.1.0
10.0.x
fabrikt-10.0.0
9.0.x
fabrikt-9.0.1
fabrikt-9.0.0
8.10.x
fabrikt-8.10.0
8.9.x
fabrikt-8.9.0
8.8.x
fabrikt-8.8.0
8.7.x
fabrikt-8.7.0
8.6.x
fabrikt-8.6.0
8.5.x
fabrikt-8.5.0
8.4.x
fabrikt-8.4.0
8.3.x
fabrikt-8.3.1
fabrikt-8.3.0
8.2.x
fabrikt-8.2.0
8.1.x
fabrikt-8.1.1
fabrikt-8.1.0
8.0.x
fabrikt-8.0.0
7.5.x
fabrikt-7.5.0
7.4.x
fabrikt-7.4.0
7.3.x
fabrikt-7.3.0
7.2.x
fabrikt-7.2.1
fabrikt-7.2.0
7.1.x
fabrikt-7.1.0
7.0.x
fabrikt-7.0.0
6.2.x
fabrikt-6.2.0
6.1.x
fabrikt-6.1.0
6.0.x
fabrikt-6.0.2
fabrikt-6.0.1
fabrikt-6.0.0
5.1.x
fabrikt-5.1.0
5.0.x
fabrikt-5.0.0
4.0.x
fabrikt-4.0.0
3.0.x
fabrikt-3.0.0
2.3.x
fabrikt-2.3.0
2.2.x
fabrikt-2.2.1
fabrikt-2.2.0
2.1.x
fabrikt-2.1.6
fabrikt-2.1.5
fabrikt-2.1.4
fabrikt-2.1.3
fabrikt-2.1.2
fabrikt-2.1.1
fabrikt-2.1.0
2.0.x
fabrikt-2.0.1
fabrikt-2.0.0
1.4.x
fabrikt-1.4.0
1.3.x
fabrikt-1.3.0
1.2.x
fabrikt-1.2.1
1.1.x
fabrikt-1.1.7
fabrikt-1.1.6
fabrikt-1.1.5
fabrikt-1.1.4
fabrikt-1.1.3
fabrikt-1.1.2
fabrikt-1.1.1
fabrikt-1.1.0
1.0.x
fabrikt-1.0.0
fabrikt-1.0.0.RC9
fabrikt-1.0.0.RC8
fabrikt-1.0.0.RC7
fabrikt-1.0.0.RC6
fabrikt-1.0.0.RC5
fabrikt-1.0.0.RC4
fabrikt-1.0.0.RC3
fabrikt-1.0.0.RC2
fabrikt-1.0.0.RC1
81a003c
fabrikt-81a003c

How to add a dependency to Maven

Add the following com.cjbooms : fabrikt maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.cjbooms</groupId>
    <artifactId>fabrikt</artifactId>
    <version>81a003c</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.cjbooms : fabrikt gradle dependency to your build.gradle file:

implementation 'com.cjbooms:fabrikt:81a003c'

Gradle Kotlin DSL: Add the following com.cjbooms : fabrikt gradle kotlin dependency to your build.gradle.kts file:

implementation("com.cjbooms:fabrikt:81a003c")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.cjbooms : fabrikt sbt scala dependency to your build.sbt file:

libraryDependencies += "com.cjbooms" % "fabrikt" % "81a003c"

Advertisement