library
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>com.github.stoyicker.otpview</groupId> <artifactId>library</artifactId> <version>1.0.27</version> </dependency>
<?xml version="1.0" encoding="UTF-8"?> <project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <modelVersion>4.0.0</modelVersion> <groupId>com.github.stoyicker.otpview</groupId> <artifactId>library</artifactId> <version>1.0.27</version> <packaging>aar</packaging> <name>library</name> <description>library</description> <url>https://github.com/stoyicker/otpview</url> <licenses> <license> <name>MIT</name> <url>https://opensource.org/licenses/MIT</url> </license> </licenses> <developers> <developer> <id>stoyicker</id> <name>Jorge Antonio Diaz-Benito Soriano</name> <email>jorge.diazbenitosoriano@gmail.com</email> </developer> </developers> <scm> <connection>scm:git:https://github.com:stoyicker/otpview.git</connection> <developerConnection>scm:git:ssh:git@github.com:stoyicker/otpview.git</developerConnection> <url>https://github.com/stoyicker/otpview</url> </scm> </project>