MVN

com.att.ajsc : sdk-java-interceptor

Maven & Gradle

Oct 27, 2017
7 usages

sdk-java-interceptor · AJSC Interceptor

<dependency>
    <groupId>com.att.ajsc</groupId>
    <artifactId>sdk-java-interceptor</artifactId>
    <version>6.2.0.3-oss</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.att.ajsc : sdk-java-interceptor to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 6.2.0.3-oss

All Versions

Choose a version of com.att.ajsc : sdk-java-interceptor to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
6.2.x
sdk-java-interceptor-6.2.0.3-oss
sdk-java-interceptor-6.2.0.4-oss

How to add a dependency to Maven

Add the following com.att.ajsc : sdk-java-interceptor maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.att.ajsc</groupId>
    <artifactId>sdk-java-interceptor</artifactId>
    <version>6.2.0.3-oss</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.att.ajsc : sdk-java-interceptor gradle dependency to your build.gradle file:

implementation 'com.att.ajsc:sdk-java-interceptor:6.2.0.3-oss'

Gradle Kotlin DSL: Add the following com.att.ajsc : sdk-java-interceptor gradle kotlin dependency to your build.gradle.kts file:

implementation("com.att.ajsc:sdk-java-interceptor:6.2.0.3-oss")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.att.ajsc : sdk-java-interceptor sbt scala dependency to your build.sbt file:

libraryDependencies += "com.att.ajsc" % "sdk-java-interceptor" % "6.2.0.3-oss"

Advertisement