c

commons-user-phone

commons user phone
Files download
File Operation
commons-user-phone-2.0.0.pom download
Apache Maven
<dependency>
  <groupId>org.oxerr.commons</groupId>
  <artifactId>commons-user-phone</artifactId>
  <version>2.0.0</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'org.oxerr.commons:commons-user-phone:2.0.0'
Gradle Kotlin
implementation("org.oxerr.commons:commons-user-phone:2.0.0")
Scala SBT
libraryDependencies += "org.oxerr.commons" % "commons-user-phone" % "2.0.0"
Groovy Grape
@Grapes(
  @Grab(group='org.oxerr.commons', module='commons-user-phone', version='2.0.0')
)
Apache Ivy
<dependency org="org.oxerr.commons" name="commons-user-phone" rev="2.0.0" />
Leiningen
[org.oxerr.commons/commons-user-phone "2.0.0"]
Apache Buildr
'org.oxerr.commons:commons-user-phone:jar:2.0.0'