MVN

com.fluxninja.aperture : aperture-java-netty

Maven & Gradle

Jun 19, 2023
6 stars

Aperture Java · Java SDK to connect to FluxNinja Aperture

<dependency>
    <groupId>com.fluxninja.aperture</groupId>
    <artifactId>aperture-java-netty</artifactId>
    <version>2.5.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.fluxninja.aperture : aperture-java-netty to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.5.0

All Versions

Choose a version of com.fluxninja.aperture : aperture-java-netty to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.5.x
aperture-java-netty-2.5.0
2.3.x
aperture-java-netty-2.3.0
2.1.x
aperture-java-netty-2.1.0
2.0.x
aperture-java-netty-2.0.0
1.5.x
aperture-java-netty-1.5.0
1.3.x
aperture-java-netty-1.3.0
1.1.x
aperture-java-netty-1.1.0
1.0.x
aperture-java-netty-1.0.0
0.26.x
aperture-java-netty-0.26.0
0.20.x
aperture-java-netty-0.20.0
0.19.x
aperture-java-netty-0.19.0

How to add a dependency to Maven

Add the following com.fluxninja.aperture : aperture-java-netty maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.fluxninja.aperture</groupId>
    <artifactId>aperture-java-netty</artifactId>
    <version>2.5.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.fluxninja.aperture : aperture-java-netty gradle dependency to your build.gradle file:

implementation 'com.fluxninja.aperture:aperture-java-netty:2.5.0'

Gradle Kotlin DSL: Add the following com.fluxninja.aperture : aperture-java-netty gradle kotlin dependency to your build.gradle.kts file:

implementation("com.fluxninja.aperture:aperture-java-netty:2.5.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.fluxninja.aperture : aperture-java-netty sbt scala dependency to your build.sbt file:

libraryDependencies += "com.fluxninja.aperture" % "aperture-java-netty" % "2.5.0"

Advertisement