MVN

io.gitlab.gui-vista : guivista-io-metadata

Maven & Gradle

Sep 14, 2021

GUI Vista IO · A Kotlin Native library that provides Input/Output functionality in a Kotlin Native project.

<dependency>
    <groupId>io.gitlab.gui-vista</groupId>
    <artifactId>guivista-io-metadata</artifactId>
    <version>0.4.3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.gitlab.gui-vista : guivista-io-metadata to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.4.3

All Versions

Choose a version of io.gitlab.gui-vista : guivista-io-metadata to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.4.x
guivista-io-metadata-0.4.3
guivista-io-metadata-0.4.2
guivista-io-metadata-0.4.1

How to add a dependency to Maven

Add the following io.gitlab.gui-vista : guivista-io-metadata maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.gitlab.gui-vista</groupId>
    <artifactId>guivista-io-metadata</artifactId>
    <version>0.4.3</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.gitlab.gui-vista : guivista-io-metadata gradle dependency to your build.gradle file:

implementation 'io.gitlab.gui-vista:guivista-io-metadata:0.4.3'

Gradle Kotlin DSL: Add the following io.gitlab.gui-vista : guivista-io-metadata gradle kotlin dependency to your build.gradle.kts file:

implementation("io.gitlab.gui-vista:guivista-io-metadata:0.4.3")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.gitlab.gui-vista : guivista-io-metadata sbt scala dependency to your build.sbt file:

libraryDependencies += "io.gitlab.gui-vista" % "guivista-io-metadata" % "0.4.3"