MVN

com.intellisrc : etc

Maven & Gradle

Jul 06, 2023
5 usages

IntelliSrc Common Library : Etc Module · Extra functionality which is usually very useful in any project. For example, monitoring Hardware, compressing or decompressing data, store data in memory cache, manage system configuration in a multithreading safe environment (BerkeleyDB or Redis), simple operations with bytes, etc.

<dependency>
    <groupId>com.intellisrc</groupId>
    <artifactId>etc</artifactId>
    <version>2.8.11</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.intellisrc : etc to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.8.11

All Versions

Choose a version of com.intellisrc : etc to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.8.x
etc-2.8.11
etc-2.8.10
etc-2.8.9
etc-2.8.8
etc-2.8.7
etc-2.8.6
etc-2.8.5
etc-2.8.4
etc-2.8.3
etc-2.8.2
etc-2.8.1
etc-2.8.0
2.7.x
etc-2.7.17
etc-2.7.16
etc-2.7.15
etc-2.7.13
etc-2.7.12
etc-2.7.11

How to add a dependency to Maven

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

<dependency>
    <groupId>com.intellisrc</groupId>
    <artifactId>etc</artifactId>
    <version>2.8.11</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.intellisrc : etc gradle dependency to your build.gradle file:

implementation 'com.intellisrc:etc:2.8.11'

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

implementation("com.intellisrc:etc:2.8.11")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.intellisrc : etc sbt scala dependency to your build.sbt file:

libraryDependencies += "com.intellisrc" % "etc" % "2.8.11"

Advertisement

Dependencies from Group

Nov 24, 2022
12 usages
Jul 06, 2023
6 usages
etc
Jul 06, 2023
5 usages
img
Jul 06, 2023
1 usages
Jul 06, 2023
1 usages

Discover Dependencies

db
Jul 06, 2023
cv
Jul 23, 2022
Jul 06, 2023
1 usages
Jul 06, 2023
6 usages
Aug 21, 2023
3 usages
5.4k stars
Aug 21, 2023
4 usages
5.4k stars
May 09, 2020
2 usages
3 stars