MVN

com.antsomi : antsomi

Maven & Gradle

Aug 24, 2023

Antsomi · Antsomi Android SDK

<dependency>
    <groupId>com.antsomi</groupId>
    <artifactId>antsomi</artifactId>
    <version>1.1.15</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.antsomi : antsomi to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.1.15

All Versions

Choose a version of com.antsomi : antsomi to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.1.x
antsomi-1.1.15
antsomi-1.1.14
antsomi-1.1.13
antsomi-1.1.12
antsomi-1.1.11
antsomi-1.1.10
antsomi-1.1.9
antsomi-1.1.8
antsomi-1.1.6
antsomi-1.1.5
antsomi-1.1.4
antsomi-1.1.3
antsomi-1.1.2
1.1
antsomi-1.1

How to add a dependency to Maven

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

<dependency>
    <groupId>com.antsomi</groupId>
    <artifactId>antsomi</artifactId>
    <version>1.1.15</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.antsomi : antsomi gradle dependency to your build.gradle file:

implementation 'com.antsomi:antsomi:1.1.15'

Gradle Kotlin DSL: Add the following com.antsomi : antsomi gradle kotlin dependency to your build.gradle.kts file:

implementation("com.antsomi:antsomi:1.1.15")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.antsomi : antsomi sbt scala dependency to your build.sbt file:

libraryDependencies += "com.antsomi" % "antsomi" % "1.1.15"