MVN

io.github.xlopec : tea-core

Maven & Gradle

May 29, 2023
1 usages
11 stars

tea-core · TEA Bag is simple implementation of TEA written in Kotlin. Tea-core is part of this project

<dependency>
    <groupId>io.github.xlopec</groupId>
    <artifactId>tea-core</artifactId>
    <version>1.0.0-alpha7</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 1.0.0-alpha7
  • Latest Release Candidate: 1.0.0-alpha7-rc1
  • Latest Alpha: 1.0.0-alpha7

All Versions

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

Version Vulnerabilities Updated
1.0.x
tea-core-1.0.0-alpha7
tea-core-1.0.0-alpha7-rc1
tea-core-1.0.0-alpha6
tea-core-1.0.0-alpha6-rc1
tea-core-1.0.0-alpha5
tea-core-1.0.0-alpha4
tea-core-1.0.0-alpha3
tea-core-1.0.0-alpha3-rc1
tea-core-1.0.0-alpha2
tea-core-1.0.0-alpha2-rc6
tea-core-1.0.0-alpha2-rc5
tea-core-1.0.0-alpha2-rc4
tea-core-1.0.0-alpha2-rc3
tea-core-1.0.0-alpha2-rc2
tea-core-1.0.0-alpha1
tea-core-1.0.0-alpha1-rc3
v1.0.x
tea-core-v1.0.0-alpha1-rc2

How to add a dependency to Maven

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

<dependency>
    <groupId>io.github.xlopec</groupId>
    <artifactId>tea-core</artifactId>
    <version>1.0.0-alpha7</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.github.xlopec : tea-core gradle dependency to your build.gradle file:

implementation 'io.github.xlopec:tea-core:1.0.0-alpha7'

Gradle Kotlin DSL: Add the following io.github.xlopec : tea-core gradle kotlin dependency to your build.gradle.kts file:

implementation("io.github.xlopec:tea-core:1.0.0-alpha7")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.github.xlopec : tea-core sbt scala dependency to your build.sbt file:

libraryDependencies += "io.github.xlopec" % "tea-core" % "1.0.0-alpha7"