betwixt
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>com.savvasdalkitsis</groupId> <artifactId>betwixt</artifactId> <version>0.0.6</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.savvasdalkitsis</groupId> <artifactId>betwixt</artifactId> <version>0.0.6</version> <packaging>aar</packaging> <name>betwixt</name> <description>Betwixt (/bɪˈtwɪkst/ - preposition & adverb - archaic term for between) is an android library that aims to provide a unified composable api for animation Interpolators, both provided already by the platform and for new ones provided by the community</description> <url>https://github.com/savvasdalkitsis/betwixt</url> <licenses> <license> <name>The Apache Software License, Version 2.0</name> <url>https://www.apache.org/licenses/LICENSE-2.0.txt</url> <distribution>repo</distribution> </license> </licenses> <developers> <developer> <id>savvasdalkitsis</id> <name>Savvas Dalkitsis</name> <email>kurosavvas@gmail.com</email> </developer> </developers> <scm> <connection>scm:git:git://github.com/savvasdalkitsis/betwixt.git</connection> <developerConnection>scm:git:ssh:git@github.com:savvasdalkitsis/betwixt.git</developerConnection> <url>https://github.com/savvasdalkitsis/betwixt</url> </scm> <dependencies> <dependency> <groupId>com.android.support</groupId> <artifactId>appcompat-v7</artifactId> <version>28.0.0</version> <scope>compile</scope> </dependency> </dependencies> </project>