tiklab-xcode-api
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>io.tiklab</groupId>
<artifactId>tiklab-xcode-api</artifactId>
<version>1.0.0.3</version>
</dependency><?xml version="1.0" encoding="UTF-8"?>
<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 https://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>io.tiklab</groupId>
<artifactId>tiklab-xcode</artifactId>
<version>1.0.0.3</version>
</parent>
<artifactId>tiklab-xcode-api</artifactId>
<name>${project.artifactId}</name>
<dependencies>
<dependency>
<groupId>io.tiklab</groupId>
<artifactId>tiklab-user-api</artifactId>
<version>${tiklab-user.version}</version>
</dependency>
<dependency>
<groupId>io.tiklab</groupId>
<artifactId>tiklab-security-api</artifactId>
<version>${tiklab-security.version}</version>
</dependency>
<dependency>
<groupId>io.tiklab</groupId>
<artifactId>tiklab-message-api</artifactId>
<version>${tiklab-message.version}</version>
</dependency>
<dependency>
<groupId>io.tiklab</groupId>
<artifactId>tiklab-postin-annotation</artifactId>
<version>${tiklab-postin.version}</version>
</dependency>
<dependency>
<groupId>javax.servlet</groupId>
<artifactId>javax.servlet-api</artifactId>
</dependency>
</dependencies>
<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-source-plugin</artifactId>
<executions>
<execution>
<id>attach-sources</id>
<goals>
<goal>jar</goal>
</goals>
</execution>
</executions>
</plugin>
</plugins>
</build>
</project>