MVN

com.infinum.jsonapix : annotations

Maven & Gradle

Mar 11, 2023
35 stars

JsonApiX Annotations · JsonApiX Annotations module

<dependency>
    <groupId>com.infinum.jsonapix</groupId>
    <artifactId>annotations</artifactId>
    <version>1.0.0-aplha</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 1.0.0-aplha
  • Latest Beta: 1.0.0-beta02
  • Latest Alpha: 1.0.0-alpha02

All Versions

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

Version Vulnerabilities Updated
1.0.x
annotations-1.0.0-beta02
annotations-1.0.0-beta01
annotations-1.0.0-alpha02
annotations-1.0.0-alpha
annotations-1.0.0-aplha
0.0.x
annotations-0.0.1

How to add a dependency to Maven

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

<dependency>
    <groupId>com.infinum.jsonapix</groupId>
    <artifactId>annotations</artifactId>
    <version>1.0.0-aplha</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.infinum.jsonapix : annotations gradle dependency to your build.gradle file:

implementation 'com.infinum.jsonapix:annotations:1.0.0-aplha'

Gradle Kotlin DSL: Add the following com.infinum.jsonapix : annotations gradle kotlin dependency to your build.gradle.kts file:

implementation("com.infinum.jsonapix:annotations:1.0.0-aplha")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.infinum.jsonapix : annotations sbt scala dependency to your build.sbt file:

libraryDependencies += "com.infinum.jsonapix" % "annotations" % "1.0.0-aplha"