MVN

com.lightningkite.xmltoxib : safe-insets

Maven & Gradle

Mar 12, 2022
2 stars

Android Safe Insets · A tool for making safe insets work easily on Android.

<dependency>
    <groupId>com.lightningkite.xmltoxib</groupId>
    <artifactId>safe-insets</artifactId>
    <version>0.9.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.lightningkite.xmltoxib : safe-insets to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.9.2
  • Latest Release Candidate: 1.0.0-rc1

All Versions

Choose a version of com.lightningkite.xmltoxib : safe-insets to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
safe-insets-1.0.0-rc1
0.9.x
safe-insets-0.9.2
safe-insets-0.9.1
safe-insets-0.9.0
0.7.x
safe-insets-0.7.1
0.0.x
safe-insets-0.0.1

How to add a dependency to Maven

Add the following com.lightningkite.xmltoxib : safe-insets maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.lightningkite.xmltoxib</groupId>
    <artifactId>safe-insets</artifactId>
    <version>0.9.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.lightningkite.xmltoxib : safe-insets gradle dependency to your build.gradle file:

implementation 'com.lightningkite.xmltoxib:safe-insets:0.9.2'

Gradle Kotlin DSL: Add the following com.lightningkite.xmltoxib : safe-insets gradle kotlin dependency to your build.gradle.kts file:

implementation("com.lightningkite.xmltoxib:safe-insets:0.9.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.lightningkite.xmltoxib : safe-insets sbt scala dependency to your build.sbt file:

libraryDependencies += "com.lightningkite.xmltoxib" % "safe-insets" % "0.9.2"

Advertisement