MVN

com.jacobtread.blaze : blaze-annotations

Maven & Gradle

Aug 13, 2022
1 stars

Blaze Networking Annotations · Library containing annotations used by blaze networking

<dependency>
    <groupId>com.jacobtread.blaze</groupId>
    <artifactId>blaze-annotations</artifactId>
    <version>1.3.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.jacobtread.blaze : blaze-annotations to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.3.0

All Versions

Choose a version of com.jacobtread.blaze : blaze-annotations to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.3.x
blaze-annotations-1.3.0
1.2.x
blaze-annotations-1.2.0
1.1.x
blaze-annotations-1.1.0
1.0.x
blaze-annotations-1.0.9
blaze-annotations-1.0.8
blaze-annotations-1.0.7
blaze-annotations-1.0.6
blaze-annotations-1.0.5
blaze-annotations-1.0.4
blaze-annotations-1.0.3
blaze-annotations-1.0.2
blaze-annotations-1.0.1
blaze-annotations-1.0.0

How to add a dependency to Maven

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

<dependency>
    <groupId>com.jacobtread.blaze</groupId>
    <artifactId>blaze-annotations</artifactId>
    <version>1.3.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.jacobtread.blaze : blaze-annotations gradle dependency to your build.gradle file:

implementation 'com.jacobtread.blaze:blaze-annotations:1.3.0'

Gradle Kotlin DSL: Add the following com.jacobtread.blaze : blaze-annotations gradle kotlin dependency to your build.gradle.kts file:

implementation("com.jacobtread.blaze:blaze-annotations:1.3.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.jacobtread.blaze : blaze-annotations sbt scala dependency to your build.sbt file:

libraryDependencies += "com.jacobtread.blaze" % "blaze-annotations" % "1.3.0"