| Group ID: |
com.totalcross.knowcode |
| Artifact ID: |
KnowCodeXML |
| Version: |
1.14 |
| Last modified: |
01.02.2021 14:36 |
| Packaging: |
jar |
| Name: |
Knowcode |
| Description: |
Library to allow developers to run Android XML UI + TotalCross on Linux ARM, iOS, Android |
| URL: |
https://github.com/TotalCross/KnowCodeXML |
|
|
| Size: |
47.0 KB |
| Download: |
https://repo.maven.apache.org/maven2/com/totalcross/knowcode/KnowCodeXML/1.14/KnowCodeXML-1.14.jar |
| POM: |
Show
hide
<?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 http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>com.totalcross.knowcode</groupId>
<artifactId>KnowCodeXML</artifactId>
<version>1.14</version>
<packaging>jar</packaging>
<name>Knowcode</name>
<description>Library to allow developers to run Android XML UI + TotalCross on Linux ARM, iOS, Android</description>
<url>https://github.com/TotalCross/KnowCodeXML</url>
<licenses>
<license>
<name>GNU Lesser General Public License, Version 3.0</name>
<url>https://www.gnu.org/licenses/lgpl-3.0.html</url>
</license>
</licenses>
<dependencies>
<dependency>
<groupId>com.totalcross</groupId>
<artifactId>totalcross-sdk</artifactId>
<version>7.0.1</version>
</dependency>
</dependencies>
<repositories>
<repository>
<id>totalcross-repo</id>
<name>ip-172-31-40-140-releases</name>
<url>http://maven.totalcross.com/artifactory/repo1</url>
</repository>
</repositories>
<pluginRepositories>
<pluginRepository>
<id>totalcross-repo</id>
<name>ip-172-31-40-140-releases</name>
<url>http://maven.totalcross.com/artifactory/repo1</url>
</pluginRepository>
</pluginRepositories>
<developers>
<developer>
<name>Iaggo Quezado</name>
<email>iaggoquezado@gmail.com</email>
<organization>totalcross</organization>
<organizationUrl>http://www.totalcross.com</organizationUrl>
</developer>
<developer>
<name>Andrea Oliveira</name>
<email>andreaferreiraoliveira@gmail.com</email>
<organization>totalcross</organization>
<organizationUrl>http://www.totalcross.com</organizationUrl>
</developer>
</developers>
<scm>
<connection>scm:git:git://github.com/TotalCross/KnowCodeXML.git</connection>
<developerConnection>scm:git:ssh://github.com/TotalCross/KnowCodeXML.git</developerConnection>
<url>http://github.com/TotalCross/KnowCodeXML/tree/master</url>
</scm>
<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<version>3.1</version>
<configuration>
<source>1.8</source>
<target>1.8</target>
</configuration>
</plugin>
<plugin>
<groupId>com.totalcross</groupId>
<artifactId>totalcross-maven-plugin</artifactId>
<version>1.2.0</version>
<configuration>
<totalcrossLib>true</totalcrossLib>
<activationKey>${totalcross.activation_key}</activationKey>
</configuration>
<executions>
<execution>
<id>post-compile</id>
<phase>compile</phase>
<goals>
<goal>retrolambda</goal>
</goals>
</execution>
<execution>
<id>post-package</id>
<phase>package</phase>
<goals>
<goal>package</goal>
</goals>
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-source-plugin</artifactId>
<version>2.2.1</version>
<executions>
<execution>
<id>attach-sources</id>
<goals>
<goal>jar-no-fork</goal>
</goals>
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
<version>2.9.1</version>
<executions>
<execution>
<id>attach-javadocs</id>
<goals>
<goal>jar</goal>
</goals>
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-gpg-plugin</artifactId>
<version>1.5</version>
<executions>
<execution>
<id>sign-artifacts</id>
<phase>verify</phase>
<goals>
<goal>sign</goal>
</goals>
</execution>
</executions>
</plugin>
</plugins>
</build>
<distributionManagement>
<snapshotRepository>
<id>ossrh</id>
<url>https://oss.sonatype.org/content/repositories/snapshots</url>
</snapshotRepository>
<repository>
<id>ossrh</id>
<url>https://oss.sonatype.org/service/local/staging/deploy/maven2/</url>
</repository>
</distributionManagement>
</project>
|
| Maven: |
<dependency>
<groupId>com.totalcross.knowcode</groupId>
<artifactId>KnowCodeXML</artifactId>
<version>1.14</version>
</dependency>
|
| Gradle: |
com.totalcross.knowcode:KnowCodeXML:1.14 |
|
Contained classes:
|
Show all
|
|
Contained classes:
|
|
| Dependencies: |
-
[JAR]
totalcross-sdk-7.0.1.jar
in com/totalcross/totalcross-sdk/7.0.1
|
| Dependency Graph: |
Show
Less
More
|