MVN

com.github.anylogic : alogic-xscript-zk

Maven & Gradle

Aug 29, 2017
53 stars
<dependency>
    <groupId>com.github.anylogic</groupId>
    <artifactId>alogic-xscript-zk</artifactId>
    <version>3.4.6-2017829</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.anylogic : alogic-xscript-zk to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 3.4.6-2017829

All Versions

Choose a version of com.github.anylogic : alogic-xscript-zk to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
3.4.x
alogic-xscript-zk-3.4.6-2017829
alogic-xscript-zk-3.4.6-20170512
alogic-xscript-zk-3.4.6-20170314
alogic-xscript-zk-3.4.6-20170113
alogic-xscript-zk-3.4.6-20160825

How to add a dependency to Maven

Add the following com.github.anylogic : alogic-xscript-zk maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.github.anylogic</groupId>
    <artifactId>alogic-xscript-zk</artifactId>
    <version>3.4.6-2017829</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.anylogic : alogic-xscript-zk gradle dependency to your build.gradle file:

implementation 'com.github.anylogic:alogic-xscript-zk:3.4.6-2017829'

Gradle Kotlin DSL: Add the following com.github.anylogic : alogic-xscript-zk gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.anylogic:alogic-xscript-zk:3.4.6-2017829")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.anylogic : alogic-xscript-zk sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.anylogic" % "alogic-xscript-zk" % "3.4.6-2017829"

Advertisement