MVN

com.github.anylogic : alogic-blob

Maven & Gradle

Dec 14, 2017
1 usages
53 stars

alogic-blob · BLOB(binary large object),二进制大对象存储框架

<dependency>
    <groupId>com.github.anylogic</groupId>
    <artifactId>alogic-blob</artifactId>
    <version>1.6.10</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 1.6.10

All Versions

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

Version Vulnerabilities Updated
1.6.x
alogic-blob-1.6.10
alogic-blob-1.6.9
alogic-blob-1.6.8
alogic-blob-1.6.7
alogic-blob-1.6.6
alogic-blob-1.6.5

How to add a dependency to Maven

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

<dependency>
    <groupId>com.github.anylogic</groupId>
    <artifactId>alogic-blob</artifactId>
    <version>1.6.10</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'com.github.anylogic:alogic-blob:1.6.10'

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

implementation("com.github.anylogic:alogic-blob:1.6.10")

How to add a dependency to SBT Scala

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

libraryDependencies += "com.github.anylogic" % "alogic-blob" % "1.6.10"

Advertisement