MVN

io.github.parubok : swing-stream-utils

Maven & Gradle

Apr 29, 2023
9 stars

swing-stream-utils · Utils for working with Java Swing components via Java 8 streams

<dependency>
    <groupId>io.github.parubok</groupId>
    <artifactId>swing-stream-utils</artifactId>
    <version>1.37</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.github.parubok : swing-stream-utils to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.37

All Versions

Choose a version of io.github.parubok : swing-stream-utils to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.37
swing-stream-utils-1.37
1.36
swing-stream-utils-1.36
1.35
swing-stream-utils-1.35
1.34
swing-stream-utils-1.34

How to add a dependency to Maven

Add the following io.github.parubok : swing-stream-utils maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.github.parubok</groupId>
    <artifactId>swing-stream-utils</artifactId>
    <version>1.37</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.github.parubok : swing-stream-utils gradle dependency to your build.gradle file:

implementation 'io.github.parubok:swing-stream-utils:1.37'

Gradle Kotlin DSL: Add the following io.github.parubok : swing-stream-utils gradle kotlin dependency to your build.gradle.kts file:

implementation("io.github.parubok:swing-stream-utils:1.37")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.github.parubok : swing-stream-utils sbt scala dependency to your build.sbt file:

libraryDependencies += "io.github.parubok" % "swing-stream-utils" % "1.37"

Advertisement