MVN

org.yestech : yeslib

Maven & Gradle

Dec 04, 2010
4 usages
7 stars

YES Library · A collection of classes that can be used across yestech artifacts/components, but must not be dependant on any yestech component. Most of the code is utility type code. When more than a few classes are found to be in a package or the package start to handle more that a few reposibilities then a new independant component is created and the existing code in yeslib is ported to the new component.

<dependency>
    <groupId>org.yestech</groupId>
    <artifactId>yeslib</artifactId>
    <version>1.2.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.yestech : yeslib to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.2.0

All Versions

Choose a version of org.yestech : yeslib to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.2.x
yeslib-1.2.0
1.1.x
yeslib-1.1.0
1.0.x
yeslib-1.0.0

How to add a dependency to Maven

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

<dependency>
    <groupId>org.yestech</groupId>
    <artifactId>yeslib</artifactId>
    <version>1.2.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.yestech : yeslib gradle dependency to your build.gradle file:

implementation 'org.yestech:yeslib:1.2.0'

Gradle Kotlin DSL: Add the following org.yestech : yeslib gradle kotlin dependency to your build.gradle.kts file:

implementation("org.yestech:yeslib:1.2.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.yestech : yeslib sbt scala dependency to your build.sbt file:

libraryDependencies += "org.yestech" % "yeslib" % "1.2.0"

Advertisement

Dependencies from Group

Dec 04, 2010
4 usages
7 stars
Dec 04, 2010
1 usages
2 stars
Dec 04, 2010
6 stars
Dec 04, 2010
3 stars
Dec 04, 2010
2 stars

Discover Dependencies