Maven Repository - POM file for Android opengl-api gl1.1-android-2.1_r1 gl1.1-android-2.1_r1

Summary

Google Android Java ME Library (Khronos).

The Android implementation of Khronos OpenGL Spec for the Google Android SDK..

Declaration

Here is the list of declaration for opengl-api. If you use Maven you can use the following code to add the dependency for this POM file.

<dependency>
   <groupId>org.khronos</groupId>
   <artifactId>opengl-api</artifactId>
   <version>gl1.1-android-2.1_r1</version>
</dependency>

If you think this Maven repository POM file listing for opengl-api is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.

License

Name:Apache 2.0
URL: http://www.apache.org/licenses/LICENSE-2.0.





Depended by

The following table lists the most popular artifacts which are depending on opengl-api-gl1.1-android-2.1_r1. Their categories and depend by count are also listed.

CategoryArtifactDepended By Count
Androidandroid 2.3.3
A library jar that provides APIs for Applications written for the Google Android Platform.
11
Androidandroid 4.0.1.2
A library jar that provides APIs for Applications written for the Google Android Platform.
27
Androidandroid 2.2.1
A library jar that provides APIs for Applications written for the Google Android Platform. The branch tag that was used to checkout the source from the Git repos was android-2.2_r1.1.
5
Androidandroid 2.3.1
A library jar that provides APIs for Applications written for the Google Android Platform.
10
Androidandroid 4.1.1.4
A library jar that provides APIs for Applications written for the Google Android Platform.
37
Androidandroid 1.5_r4
A library jar that provides APIs for Applications written for the Google Android Platform.
12
Androidandroid 1.5_r3
A library jar that provides APIs for Applications written for the Google Android Platform.
30
Androidandroid 2.1_r1
A library jar that provides APIs for Applications written for the Google Android Platform.
12

Plugin

The following plugins are used in the opengl-api-gl1.1-android-2.1_r1.jar

  1. maven-compiler-plugin




Packages

The following packages are defined in the opengl-api-gl1.1-android-2.1_r1.jar

javax.microedition.khronos.egl
javax.microedition.khronos.opengles

POM File Source

Here is the content of the POM file.

<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>org.khronos</groupId>
  <artifactId>opengl-api</artifactId>
  <version>gl1.1-android-2.1_r1</version>
  <packaging>jar</packaging>
  <name>Google Android Java ME Library (Khronos)</name>
  <description>The Android implementation of Khronos OpenGL Spec for the Google Android SDK.</description>
  <url>http://source.android.com/</url>
  <inceptionYear>2008</inceptionYear>  
  <licenses>
    <license>
      <name>Apache 2.0</name>
      <url>http://www.apache.org/licenses/LICENSE-2.0</url>
      <comments>
        While the EULA for the Android SDK restricts distribution of those binaries, the source code 
        is licensed under Apache 2.0 which allows compiling binaries from source and then distributing
        those versions. 
      </comments>
      <distribution>repo</distribution>
    </license>
  </licenses>
  <scm>
    <url>https://android.git.kernel.org/</url>
    <connection>git://android.git.kernel.org/platform/manifest.git</connection>
  </scm>
  

  <build>
    <plugins>
      <plugin>
        <groupId>org.apache.maven.plugins</groupId>
        <artifactId>maven-compiler-plugin</artifactId>
        <version>2.3</version>
        <configuration>
          <compilerVersion>1.5</compilerVersion>
        </configuration>
      </plugin>
    </plugins>

  </build>

</project>