MVN

io.github.bluegroundltd : fixtures-annotations

Maven & Gradle

May 08, 2023
36 stars

Fixtures Annotations · Annotations that are used from KSP processor to auto-generate fixtures' builders.

<dependency>
    <groupId>io.github.bluegroundltd</groupId>
    <artifactId>fixtures-annotations</artifactId>
    <version>1.0.7</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.github.bluegroundltd : fixtures-annotations to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.7
  • Latest Alpha: 1.0.8-alpha01

All Versions

Choose a version of io.github.bluegroundltd : fixtures-annotations to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
fixtures-annotations-1.0.8-alpha01
fixtures-annotations-1.0.7
fixtures-annotations-1.0.7-alpha01
fixtures-annotations-1.0.6
fixtures-annotations-1.0.5
fixtures-annotations-1.0.4
fixtures-annotations-1.0.3-alpha03
fixtures-annotations-1.0.3-alpha02
fixtures-annotations-1.0.3-alpha01
fixtures-annotations-1.0.2
fixtures-annotations-1.0.1
fixtures-annotations-1.0.0

How to add a dependency to Maven

Add the following io.github.bluegroundltd : fixtures-annotations maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.github.bluegroundltd</groupId>
    <artifactId>fixtures-annotations</artifactId>
    <version>1.0.7</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.github.bluegroundltd : fixtures-annotations gradle dependency to your build.gradle file:

implementation 'io.github.bluegroundltd:fixtures-annotations:1.0.7'

Gradle Kotlin DSL: Add the following io.github.bluegroundltd : fixtures-annotations gradle kotlin dependency to your build.gradle.kts file:

implementation("io.github.bluegroundltd:fixtures-annotations:1.0.7")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.github.bluegroundltd : fixtures-annotations sbt scala dependency to your build.sbt file:

libraryDependencies += "io.github.bluegroundltd" % "fixtures-annotations" % "1.0.7"