MVN

cn.omisheep : autt

Maven & Gradle

Feb 28, 2023

autt · 1、可存储cookie。 2、自动匹配返回内容的字符集。 3、可接收任意类型返回数据

<dependency>
    <groupId>cn.omisheep</groupId>
    <artifactId>autt</artifactId>
    <version>1.1.8</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of cn.omisheep : autt to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.1.8

All Versions

Choose a version of cn.omisheep : autt to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.1.x
autt-1.1.8
autt-1.1.7
autt-1.1.6
autt-1.1.5
autt-1.1.4
autt-1.1.3
autt-1.1.2
autt-1.1.1
autt-1.1.0
1.0.x
autt-1.0.6
autt-1.0.5
autt-1.0.4
autt-1.0.3
autt-1.0.2
autt-1.0.1
autt-1.0.0

How to add a dependency to Maven

Add the following cn.omisheep : autt maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>cn.omisheep</groupId>
    <artifactId>autt</artifactId>
    <version>1.1.8</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following cn.omisheep : autt gradle dependency to your build.gradle file:

implementation 'cn.omisheep:autt:1.1.8'

Gradle Kotlin DSL: Add the following cn.omisheep : autt gradle kotlin dependency to your build.gradle.kts file:

implementation("cn.omisheep:autt:1.1.8")

How to add a dependency to SBT Scala

SBT Scala: Add the following cn.omisheep : autt sbt scala dependency to your build.sbt file:

libraryDependencies += "cn.omisheep" % "autt" % "1.1.8"

Advertisement