1<?xml version="1.0" encoding="UTF-8"?> 2<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> 3 <modelVersion>4.0.0</modelVersion> 4 <groupId>com.android.support.constraint</groupId> 5 <artifactId>constraint-layout-solver</artifactId> 6 <version>1.1.0</version> 7 <name>Android ConstraintLayout Solver</name> 8 <description>Solver for ConstraintLayout</description> 9 <url>http://tools.android.com</url> 10 <inceptionYear>2007</inceptionYear> 11 <licenses> 12 <license> 13 <name>The Apache Software License, Version 2.0</name> 14 <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url> 15 <distribution>repo</distribution> 16 </license> 17 </licenses> 18 <developers> 19 <developer> 20 <name>The Android Open Source Project</name> 21 </developer> 22 </developers> 23 <scm> 24 <connection>git://android.googlesource.com/platform/tools/sherpa.git</connection> 25 <url>https://android.googlesource.com/platform/tools/sherpa</url> 26 </scm> 27</project> 28