MVN

com.hlag.tools.commvis : api

Maven & Gradle

Oct 25, 2022
3 stars

Distributed Communication Visualizer: API · Library containing the API to enhance the analyzer by user defined components.

<dependency>
    <groupId>com.hlag.tools.commvis</groupId>
    <artifactId>api</artifactId>
    <version>2.9.12</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.hlag.tools.commvis : api to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.9.12

All Versions

Choose a version of com.hlag.tools.commvis : api to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.9.x
api-2.9.12
api-2.9.11
api-2.9.10
api-2.9.9
api-2.9.8
api-2.9.7
api-2.9.6
api-2.9.5
api-2.9.4
api-2.9.3
api-2.9.2
api-2.9.1
api-2.9.0
2.8.x
api-2.8.0
2.7.x
api-2.7.0
2.6.x
api-2.6.0
2.5.x
api-2.5.6
api-2.5.5
api-2.5.4
api-2.5.3
api-2.5.2
api-2.5.1
api-2.5.0
2.4.x
api-2.4.0
2.3.x
api-2.3.0
2.2.x
api-2.2.5
api-2.2.4
api-2.2.3
api-2.2.2
api-2.2.1
2.1.x
api-2.1.2
api-2.1.1
api-2.1.0
2.0.x
api-2.0.1
api-2.0.0
1.3.x
api-1.3.0
1.2.x
api-1.2.1
api-1.2.0
1.1.x
api-1.1.1
api-1.1.0
1.0.x
api-1.0.3
api-1.0.2

How to add a dependency to Maven

Add the following com.hlag.tools.commvis : api maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.hlag.tools.commvis</groupId>
    <artifactId>api</artifactId>
    <version>2.9.12</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.hlag.tools.commvis : api gradle dependency to your build.gradle file:

implementation 'com.hlag.tools.commvis:api:2.9.12'

Gradle Kotlin DSL: Add the following com.hlag.tools.commvis : api gradle kotlin dependency to your build.gradle.kts file:

implementation("com.hlag.tools.commvis:api:2.9.12")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.hlag.tools.commvis : api sbt scala dependency to your build.sbt file:

libraryDependencies += "com.hlag.tools.commvis" % "api" % "2.9.12"