MVN

io.dyte : core

Maven & Gradle

Aug 25, 2023

Dyte Mobile Core · Dyte Mobile Core SDK

<dependency>
    <groupId>io.dyte</groupId>
    <artifactId>core</artifactId>
    <version>1.21.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.dyte : core to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.21.0

All Versions

Choose a version of io.dyte : core to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.21.x
core-1.21.0
1.20.x
core-1.20.1
core-1.20.0
1.19.x
core-1.19.17
core-1.19.16
core-1.19.15
core-1.19.14
core-1.19.13
core-1.19.12
core-1.19.5
core-1.19.4
core-1.19.2
core-1.19.1
core-1.19.0
1.18.x
core-1.18.0
1.17.x
core-1.17.0
1.16.x
core-1.16.2
core-1.16.1
core-1.16.0
1.15.x
core-1.15.1
core-1.15.0
1.14.x
core-1.14.1
core-1.14.0
core-1.14.0-staging.8
core-1.14.0-staging.7
core-1.14.0-staging.6
core-1.14.0-staging.5
core-1.14.0-staging.4
core-1.14.0-staging.3
core-1.14.0-staging.2
core-1.14.0-staging.1
1.13.x
core-1.13.2-staging.3
core-1.13.2-staging.2
core-1.13.2
core-1.13.2-staging.1
core-1.13.1-staging.5
core-1.13.1-staging.4
core-1.13.1-staging.3
core-1.13.1-staging.2
core-1.13.1
core-1.13.1-staging.1
core-1.13.0-staging.2
core-1.13.0
core-1.13.0-staging.1
1.12.x
core-1.12.3
core-1.12.2
core-1.12.1
core-1.12.0-staging.13
core-1.12.0-staging.12
core-1.12.0-staging.11
core-1.12.0-staging.10
core-1.12.0-staging.9
core-1.12.0-staging.8
core-1.12.0-staging.7
core-1.12.0-staging.6
core-1.12.0-staging.5
core-1.12.0-staging.4
core-1.12.0-staging.3
core-1.12.0-staging.2
core-1.12.0
core-1.12.0-staging.1
1.11.x
core-1.11.0-staging.19
core-1.11.0
core-1.11.0-staging.18
1.10.x
core-1.10.1
core-1.10.0
1.9.x
core-1.9.0
1.8.x
core-1.8.0-staging.2
core-1.8.0
1.7.x
core-1.7.0
1.6.x
core-1.6.0
1.5.x
core-1.5.0-staging.3
core-1.5.0-staging.2
1.4.x
core-1.4.0-staging.4
core-1.4.0-staging.3

How to add a dependency to Maven

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

<dependency>
    <groupId>io.dyte</groupId>
    <artifactId>core</artifactId>
    <version>1.21.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.dyte : core gradle dependency to your build.gradle file:

implementation 'io.dyte:core:1.21.0'

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

implementation("io.dyte:core:1.21.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.dyte : core sbt scala dependency to your build.sbt file:

libraryDependencies += "io.dyte" % "core" % "1.21.0"

Advertisement