MVN

io.backpackcloud : trugger

Maven & Gradle

Jul 04, 2019
11 stars

trugger · Trugger is a project that helps you write code that anyone can read. It is focused on deliver fluent interfaces to deal with reflection without the verbosity of the Java Reflection API.

<dependency>
    <groupId>io.backpackcloud</groupId>
    <artifactId>trugger</artifactId>
    <version>7.0.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.backpackcloud : trugger to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 7.0.0

All Versions

Choose a version of io.backpackcloud : trugger to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
7.0.x
trugger-7.0.0

How to add a dependency to Maven

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

<dependency>
    <groupId>io.backpackcloud</groupId>
    <artifactId>trugger</artifactId>
    <version>7.0.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.backpackcloud : trugger gradle dependency to your build.gradle file:

implementation 'io.backpackcloud:trugger:7.0.0'

Gradle Kotlin DSL: Add the following io.backpackcloud : trugger gradle kotlin dependency to your build.gradle.kts file:

implementation("io.backpackcloud:trugger:7.0.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.backpackcloud : trugger sbt scala dependency to your build.sbt file:

libraryDependencies += "io.backpackcloud" % "trugger" % "7.0.0"

Advertisement