MVN

com.github.qiujiayu : autoload-cache-nutz

Maven & Gradle

Aug 09, 2016

AutoLoadCache-nutz · The AutoLoadCache plugin of nutz.

<dependency>
    <groupId>com.github.qiujiayu</groupId>
    <artifactId>autoload-cache-nutz</artifactId>
    <version>4.16</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.qiujiayu : autoload-cache-nutz to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 4.16

All Versions

Choose a version of com.github.qiujiayu : autoload-cache-nutz to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
4.16
autoload-cache-nutz-4.16
4.11
autoload-cache-nutz-4.11
4.2
autoload-cache-nutz-4.2
4.1
autoload-cache-nutz-4.1

How to add a dependency to Maven

Add the following com.github.qiujiayu : autoload-cache-nutz maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.github.qiujiayu</groupId>
    <artifactId>autoload-cache-nutz</artifactId>
    <version>4.16</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.qiujiayu : autoload-cache-nutz gradle dependency to your build.gradle file:

implementation 'com.github.qiujiayu:autoload-cache-nutz:4.16'

Gradle Kotlin DSL: Add the following com.github.qiujiayu : autoload-cache-nutz gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.qiujiayu:autoload-cache-nutz:4.16")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.qiujiayu : autoload-cache-nutz sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.qiujiayu" % "autoload-cache-nutz" % "4.16"