c

commons-user-phone-service-impl

commons user phone service implementation
文件下载
文件名 操作
commons-user-phone-service-impl-2.0.0.jar 下载
commons-user-phone-service-impl-2.0.0.pom 下载
commons-user-phone-service-impl-2.0.0-sources.jar 下载
Apache Maven
<dependency>
  <groupId>org.oxerr.commons</groupId>
  <artifactId>commons-user-phone-service-impl</artifactId>
  <version>2.0.0</version>
</dependency>
Gradle Groovy
implementation 'org.oxerr.commons:commons-user-phone-service-impl:2.0.0'
Gradle Kotlin
implementation("org.oxerr.commons:commons-user-phone-service-impl:2.0.0")
Scala SBT
libraryDependencies += "org.oxerr.commons" % "commons-user-phone-service-impl" % "2.0.0"
Groovy Grape
@Grapes(
  @Grab(group='org.oxerr.commons', module='commons-user-phone-service-impl', version='2.0.0')
)
Apache Ivy
<dependency org="org.oxerr.commons" name="commons-user-phone-service-impl" rev="2.0.0" />
Leiningen
[org.oxerr.commons/commons-user-phone-service-impl "2.0.0"]
Apache Buildr
'org.oxerr.commons:commons-user-phone-service-impl:jar:2.0.0'