kratos-annotations
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>com.github.acemerlin</groupId>
<artifactId>kratos-annotations</artifactId>
<version>0.2.4</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.acemerlin</groupId>
<artifactId>kratos-annotations</artifactId>
<version>0.2.4</version>
<name>Kratos Annotations</name>
<description>Add basic double binding support to android.</description>
<url>https://github.com/ACEMerlin/Kratos</url>
<licenses>
<license>
<name>GNU GENERAL PUBLIC LICENSE, Version 3.0</name>
<url>http://www.gnu.org/licenses/gpl-3.0.en.html</url>
<distribution>repo</distribution>
</license>
</licenses>
<developers>
<developer>
<id>merlin</id>
<name>Ge Chen</name>
</developer>
</developers>
<scm>
<connection>scm:git:git://github.com/ACEMerlin/Kratos.git</connection>
<developerConnection>scm:git:ssh://git@github.com/ACEMerlin/Kratos.git</developerConnection>
<url>https://github.com/ACEMerlin/Kratos</url>
</scm>
<dependencies>
<dependency>
<groupId>com.android.support</groupId>
<artifactId>support-annotations</artifactId>
<version>23.1.1</version>
<scope>compile</scope>
</dependency>
</dependencies>
</project>