MVN

com.github.charlemaznable : gentle-factory

Maven & Gradle

Mar 20, 2023
7 usages
0 stars

Gentle Factory · A spring.factories generator followed com.google.auto.service:auto-service.

<dependency>
    <groupId>com.github.charlemaznable</groupId>
    <artifactId>gentle-factory</artifactId>
    <version>2022.0.7</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.charlemaznable : gentle-factory to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2022.0.7

All Versions

Choose a version of com.github.charlemaznable : gentle-factory to add to Maven or Gradle - All Versions:

  • Version Updated
  • gentle-factory-2022.0.7

    Mar 20, 2023
  • gentle-factory-2023.0.4

    Mar 20, 2023
  • gentle-factory-2022.0.6

    Mar 19, 2023
  • gentle-factory-2023.0.3

    Mar 19, 2023
  • gentle-factory-2022.0.5

    Mar 12, 2023
  • gentle-factory-2023.0.2

    Mar 10, 2023
  • gentle-factory-2022.0.4

    Feb 09, 2023
  • gentle-factory-2023.0.1

    Feb 08, 2023
  • gentle-factory-2023.0.0

    Jan 22, 2023
  • gentle-factory-2022.0.3

    Jan 10, 2023
  • gentle-factory-2022.0.2

    Dec 11, 2022
  • gentle-factory-2022.0.1

    Nov 22, 2022
  • gentle-factory-2022.0.0

    Oct 15, 2022
  • gentle-factory-0.1.2

    Oct 09, 2022
  • gentle-factory-0.1.1

    Sep 27, 2022
  • gentle-factory-0.1.0

    Sep 20, 2022
  • gentle-factory-0.0.8

    Apr 16, 2022
  • gentle-factory-0.0.7

    Mar 12, 2022
  • gentle-factory-0.0.6

    Feb 26, 2022
  • gentle-factory-0.0.5

    Jan 22, 2022
  • gentle-factory-0.0.4

    Dec 28, 2021
  • gentle-factory-0.0.3

    Nov 12, 2021
  • gentle-factory-0.0.2

    Jun 17, 2021

How to add a dependency to Maven

Add the following com.github.charlemaznable : gentle-factory maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.github.charlemaznable</groupId>
    <artifactId>gentle-factory</artifactId>
    <version>2022.0.7</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.charlemaznable : gentle-factory gradle dependency to your build.gradle file:

implementation 'com.github.charlemaznable:gentle-factory:2022.0.7'

Gradle Kotlin DSL: Add the following com.github.charlemaznable : gentle-factory gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.charlemaznable:gentle-factory:2022.0.7")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.charlemaznable : gentle-factory sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.charlemaznable" % "gentle-factory" % "2022.0.7"