MVN

io.glassfy : androidglue

Maven & Gradle

Jul 28, 2023
5 stars

androidglue · Glassfy Glue for android platform

<dependency>
    <groupId>io.glassfy</groupId>
    <artifactId>androidglue</artifactId>
    <version>1.5.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.glassfy : androidglue to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.5.1

All Versions

Choose a version of io.glassfy : androidglue to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.5.x
androidglue-1.5.1
androidglue-1.5.0
1.4.x
androidglue-1.4.0
1.3.x
androidglue-1.3.11
androidglue-1.3.10
androidglue-1.3.9
androidglue-1.3.8
androidglue-1.3.7
androidglue-1.3.6
androidglue-1.3.5
androidglue-1.3.4
androidglue-1.3.3
androidglue-1.3.2
androidglue-1.3.1
androidglue-1.3.0
1.1.x
androidglue-1.1.80

How to add a dependency to Maven

Add the following io.glassfy : androidglue maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.glassfy</groupId>
    <artifactId>androidglue</artifactId>
    <version>1.5.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.glassfy : androidglue gradle dependency to your build.gradle file:

implementation 'io.glassfy:androidglue:1.5.1'

Gradle Kotlin DSL: Add the following io.glassfy : androidglue gradle kotlin dependency to your build.gradle.kts file:

implementation("io.glassfy:androidglue:1.5.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.glassfy : androidglue sbt scala dependency to your build.sbt file:

libraryDependencies += "io.glassfy" % "androidglue" % "1.5.1"