MVN

com.github.charlemaznable : gentle-factory-annotations

Maven & Gradle

Jul 18, 2023
4 usages
0 stars

Gentle Factory Annotations · Annotations of com.github.charlemaznable:gentle-factory.

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

Latest Version

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

  • Latest Stable: 2023.2.1

All Versions

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

Version Vulnerabilities Updated
2023.2.x
gentle-factory-annotations-2023.2.1
gentle-factory-annotations-2023.2.0
2023.1.x
gentle-factory-annotations-2023.1.1
gentle-factory-annotations-2023.1.0
2023.0.x
gentle-factory-annotations-2023.0.4
gentle-factory-annotations-2023.0.3
gentle-factory-annotations-2023.0.2
gentle-factory-annotations-2023.0.1
gentle-factory-annotations-2023.0.0
2022.0.x
gentle-factory-annotations-2022.0.7
gentle-factory-annotations-2022.0.6
gentle-factory-annotations-2022.0.5
gentle-factory-annotations-2022.0.4
gentle-factory-annotations-2022.0.3
gentle-factory-annotations-2022.0.2
gentle-factory-annotations-2022.0.1
gentle-factory-annotations-2022.0.0
0.1.x
gentle-factory-annotations-0.1.2
gentle-factory-annotations-0.1.1
gentle-factory-annotations-0.1.0
0.0.x
gentle-factory-annotations-0.0.8
gentle-factory-annotations-0.0.7
gentle-factory-annotations-0.0.6
gentle-factory-annotations-0.0.5
gentle-factory-annotations-0.0.4
gentle-factory-annotations-0.0.3
gentle-factory-annotations-0.0.2

How to add a dependency to Maven

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

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

How to add a dependency to Gradle

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

implementation 'com.github.charlemaznable:gentle-factory-annotations:2023.2.1'

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

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

How to add a dependency to SBT Scala

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

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

Advertisement