文件下载
文件名 操作
commons-user-1.0.1.pom 下载
Apache Maven
<dependency>
  <groupId>org.oxerr.commons</groupId>
  <artifactId>commons-user</artifactId>
  <version>1.0.1</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'org.oxerr.commons:commons-user:1.0.1'
Gradle Kotlin
implementation("org.oxerr.commons:commons-user:1.0.1")
Scala SBT
libraryDependencies += "org.oxerr.commons" % "commons-user" % "1.0.1"
Groovy Grape
@Grapes(
  @Grab(group='org.oxerr.commons', module='commons-user', version='1.0.1')
)
Apache Ivy
<dependency org="org.oxerr.commons" name="commons-user" rev="1.0.1" />
Leiningen
[org.oxerr.commons/commons-user "1.0.1"]
Apache Buildr
'org.oxerr.commons:commons-user:jar:1.0.1'
本项目依赖
该项目无第三方依赖