MVN

io.github.dteducation : dtedu-sdk

Maven & Gradle

Aug 10, 2023

dtedu-sdk · A tool about dtedu-sdk

<dependency>
    <groupId>io.github.dteducation</groupId>
    <artifactId>dtedu-sdk</artifactId>
    <version>1.1.8</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.github.dteducation : dtedu-sdk to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.1.8

All Versions

Choose a version of io.github.dteducation : dtedu-sdk to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.1.x
dtedu-sdk-1.1.8
dtedu-sdk-1.1.7
dtedu-sdk-1.1.6
dtedu-sdk-1.1.5
dtedu-sdk-1.1.4
dtedu-sdk-1.1.3
dtedu-sdk-1.1.2
dtedu-sdk-1.1.0
1.0.x
dtedu-sdk-1.0.9
dtedu-sdk-1.0.8
dtedu-sdk-1.0.7
dtedu-sdk-1.0.6
dtedu-sdk-1.0.5
dtedu-sdk-1.0.4
dtedu-sdk-1.0.3

How to add a dependency to Maven

Add the following io.github.dteducation : dtedu-sdk maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.github.dteducation</groupId>
    <artifactId>dtedu-sdk</artifactId>
    <version>1.1.8</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.github.dteducation : dtedu-sdk gradle dependency to your build.gradle file:

implementation 'io.github.dteducation:dtedu-sdk:1.1.8'

Gradle Kotlin DSL: Add the following io.github.dteducation : dtedu-sdk gradle kotlin dependency to your build.gradle.kts file:

implementation("io.github.dteducation:dtedu-sdk:1.1.8")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.github.dteducation : dtedu-sdk sbt scala dependency to your build.sbt file:

libraryDependencies += "io.github.dteducation" % "dtedu-sdk" % "1.1.8"