MVN

com.xiledsystems : aal_tcp

Maven & Gradle

Apr 14, 2018

AAL TCP System Mocule · A generic library for android app building.

<dependency>
    <groupId>com.xiledsystems</groupId>
    <artifactId>aal_tcp</artifactId>
    <version>2.4.05</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.xiledsystems : aal_tcp to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.4.05
  • Latest Release Candidate: 3.0.0-rc1

All Versions

Choose a version of com.xiledsystems : aal_tcp to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
3.0.x
aal_tcp-3.0.0-rc1
2.4.x
aal_tcp-2.4.05
aal_tcp-2.4.04
aal_tcp-2.4.03
aal_tcp-2.4.02
aal_tcp-2.4.01
2.3.x
aal_tcp-2.3.02
aal_tcp-2.3.01
2.2.x
aal_tcp-2.2.01
2.1.x
aal_tcp-2.1.01
2.0.x
aal_tcp-2.0.21
aal_tcp-2.0.20
aal_tcp-2.0.19
aal_tcp-2.0.18

How to add a dependency to Maven

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

<dependency>
    <groupId>com.xiledsystems</groupId>
    <artifactId>aal_tcp</artifactId>
    <version>2.4.05</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.xiledsystems : aal_tcp gradle dependency to your build.gradle file:

implementation 'com.xiledsystems:aal_tcp:2.4.05'

Gradle Kotlin DSL: Add the following com.xiledsystems : aal_tcp gradle kotlin dependency to your build.gradle.kts file:

implementation("com.xiledsystems:aal_tcp:2.4.05")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.xiledsystems : aal_tcp sbt scala dependency to your build.sbt file:

libraryDependencies += "com.xiledsystems" % "aal_tcp" % "2.4.05"

Advertisement