MVN

io.github.lex-geeker.runtime : chaquopy_java

Maven & Gradle

Nov 05, 2022
716 stars

Chaquopy · The Python SDK for Android

<dependency>
    <groupId>io.github.lex-geeker.runtime</groupId>
    <artifactId>chaquopy_java</artifactId>
    <version>12.1.13</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.github.lex-geeker.runtime : chaquopy_java to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 12.1.13

All Versions

Choose a version of io.github.lex-geeker.runtime : chaquopy_java to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
12.1.x
chaquopy_java-12.1.13
chaquopy_java-12.1.12
chaquopy_java-12.1.11
chaquopy_java-12.1.10
chaquopy_java-12.1.9
chaquopy_java-12.1.8
chaquopy_java-12.1.7
chaquopy_java-12.1.6
chaquopy_java-12.1.5
chaquopy_java-12.1.4
chaquopy_java-12.1.3
chaquopy_java-12.1.2
chaquopy_java-12.1.1
chaquopy_java-12.1.0

How to add a dependency to Maven

Add the following io.github.lex-geeker.runtime : chaquopy_java maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.github.lex-geeker.runtime</groupId>
    <artifactId>chaquopy_java</artifactId>
    <version>12.1.13</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.github.lex-geeker.runtime : chaquopy_java gradle dependency to your build.gradle file:

implementation 'io.github.lex-geeker.runtime:chaquopy_java:12.1.13'

Gradle Kotlin DSL: Add the following io.github.lex-geeker.runtime : chaquopy_java gradle kotlin dependency to your build.gradle.kts file:

implementation("io.github.lex-geeker.runtime:chaquopy_java:12.1.13")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.github.lex-geeker.runtime : chaquopy_java sbt scala dependency to your build.sbt file:

libraryDependencies += "io.github.lex-geeker.runtime" % "chaquopy_java" % "12.1.13"