MVN

com.astralanguage : astra-protocols

Maven & Gradle

Nov 15, 2022

com.astralanguage:astra-protocols · Library of pre-implemented FIPA protocols for ASTRA

<dependency>
    <groupId>com.astralanguage</groupId>
    <artifactId>astra-protocols</artifactId>
    <version>1.3.4</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.astralanguage : astra-protocols to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.3.4

All Versions

Choose a version of com.astralanguage : astra-protocols to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.3.x
astra-protocols-1.3.4
astra-protocols-1.3.3
astra-protocols-1.3.2
astra-protocols-1.3.1
astra-protocols-1.3.0
1.2.x
astra-protocols-1.2.1
astra-protocols-1.2.0
1.1.x
astra-protocols-1.1.6
astra-protocols-1.1.5
astra-protocols-1.1.4
astra-protocols-1.1.3
astra-protocols-1.1.2
astra-protocols-1.1.1
astra-protocols-1.1.0
1.0.x
astra-protocols-1.0.11
astra-protocols-1.0.10
astra-protocols-1.0.9
astra-protocols-1.0.8
astra-protocols-1.0.7
astra-protocols-1.0.6
astra-protocols-1.0.4
astra-protocols-1.0.3
astra-protocols-1.0.2
astra-protocols-1.0.0

How to add a dependency to Maven

Add the following com.astralanguage : astra-protocols maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.astralanguage</groupId>
    <artifactId>astra-protocols</artifactId>
    <version>1.3.4</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.astralanguage : astra-protocols gradle dependency to your build.gradle file:

implementation 'com.astralanguage:astra-protocols:1.3.4'

Gradle Kotlin DSL: Add the following com.astralanguage : astra-protocols gradle kotlin dependency to your build.gradle.kts file:

implementation("com.astralanguage:astra-protocols:1.3.4")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.astralanguage : astra-protocols sbt scala dependency to your build.sbt file:

libraryDependencies += "com.astralanguage" % "astra-protocols" % "1.3.4"

Advertisement