MVN

com.github.h908714124 : jbock-annotations

Maven & Gradle

May 24, 2021
2 usages
78 stars

jbock-annotations · Annotations for the jbock annotation processor

<dependency>
    <groupId>com.github.h908714124</groupId>
    <artifactId>jbock-annotations</artifactId>
    <version>4.4</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.h908714124 : jbock-annotations to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 4.4

All Versions

Choose a version of com.github.h908714124 : jbock-annotations to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
4.4
jbock-annotations-4.4
4.3
jbock-annotations-4.3
4.2
jbock-annotations-4.2
4.1
jbock-annotations-4.1
4.0
jbock-annotations-4.0
3.6
jbock-annotations-3.6
3.5
jbock-annotations-3.5
3.4
jbock-annotations-3.4
3.3
jbock-annotations-3.3
3.2
jbock-annotations-3.2
3.1
jbock-annotations-3.1
3.0
jbock-annotations-3.0
2.7
jbock-annotations-2.7
2.6
jbock-annotations-2.6
2.5
jbock-annotations-2.5
2.4
jbock-annotations-2.4
2.3
jbock-annotations-2.3
2.2
jbock-annotations-2.2
2.1
jbock-annotations-2.1
2.0
jbock-annotations-2.0
1.7
jbock-annotations-1.7
1.6
jbock-annotations-1.6
1.5
jbock-annotations-1.5
1.4
jbock-annotations-1.4
1.3
jbock-annotations-1.3
1.2
jbock-annotations-1.2
1.1
jbock-annotations-1.1
1.0
jbock-annotations-1.0
0.9
jbock-annotations-0.9
0.8
jbock-annotations-0.8
0.7
jbock-annotations-0.7
0.6
jbock-annotations-0.6
0.5
jbock-annotations-0.5
0.4
jbock-annotations-0.4
0.3
jbock-annotations-0.3
0.2
jbock-annotations-0.2
0.1
jbock-annotations-0.1

How to add a dependency to Maven

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

<dependency>
    <groupId>com.github.h908714124</groupId>
    <artifactId>jbock-annotations</artifactId>
    <version>4.4</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.h908714124 : jbock-annotations gradle dependency to your build.gradle file:

implementation 'com.github.h908714124:jbock-annotations:4.4'

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

implementation("com.github.h908714124:jbock-annotations:4.4")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.h908714124 : jbock-annotations sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.h908714124" % "jbock-annotations" % "4.4"

Advertisement