MVN

com.github.911992 : WAsys_Java_type_util

Maven & Gradle

Nov 09, 2020
3 usages
0 stars

Common type-level utils for Java

<dependency>
    <groupId>com.github.911992</groupId>
    <artifactId>WAsys_Java_type_util</artifactId>
    <version>0.2.3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.911992 : WAsys_Java_type_util to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.2.3

All Versions

Choose a version of com.github.911992 : WAsys_Java_type_util to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.2.x
WAsys_Java_type_util-0.2.3
WAsys_Java_type_util-0.2.1
0.1.x
WAsys_Java_type_util-0.1.9
WAsys_Java_type_util-0.1.7
WAsys_Java_type_util-0.1.5
WAsys_Java_type_util-0.1.1
WAsys_Java_type_util-0.1.0

How to add a dependency to Maven

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

<dependency>
    <groupId>com.github.911992</groupId>
    <artifactId>WAsys_Java_type_util</artifactId>
    <version>0.2.3</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.911992 : WAsys_Java_type_util gradle dependency to your build.gradle file:

implementation 'com.github.911992:WAsys_Java_type_util:0.2.3'

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

implementation("com.github.911992:WAsys_Java_type_util:0.2.3")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.911992 : WAsys_Java_type_util sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.911992" % "WAsys_Java_type_util" % "0.2.3"

Advertisement