MVN

io.gitee.qq1134380223 : gui-shell-core

Maven & Gradle

May 07, 2023

gui-shell-core · 一个gui框架,只需要写java函数的时候添加上一些注解,就可以生成一个可视化的界面来调用这个函数。

<dependency>
    <groupId>io.gitee.qq1134380223</groupId>
    <artifactId>gui-shell-core</artifactId>
    <version>1.1.1.RELEASE</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.gitee.qq1134380223 : gui-shell-core to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.1.1.RELEASE

All Versions

Choose a version of io.gitee.qq1134380223 : gui-shell-core to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.1.x
gui-shell-core-1.1.1.RELEASE
gui-shell-core-1.1.0.RELEASE
1.0.x
gui-shell-core-1.0.6.RELEASE
gui-shell-core-1.0.2.RELEASE
gui-shell-core-1.0.0.RELEASE
gui-shell-core-1.0.0
0.9.x
gui-shell-core-0.9.RELEASE
0.8.x
gui-shell-core-0.8.RELEASE
0.6.x
gui-shell-core-0.6.RELEASE
0.6
gui-shell-core-0.6
0.3.x
gui-shell-core-0.3.RELEASE
0.2.x
gui-shell-core-0.2.RELEASE
0.1.x
gui-shell-core-0.1.RELEASE
0.1
gui-shell-core-0.1

How to add a dependency to Maven

Add the following io.gitee.qq1134380223 : gui-shell-core maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.gitee.qq1134380223</groupId>
    <artifactId>gui-shell-core</artifactId>
    <version>1.1.1.RELEASE</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.gitee.qq1134380223 : gui-shell-core gradle dependency to your build.gradle file:

implementation 'io.gitee.qq1134380223:gui-shell-core:1.1.1.RELEASE'

Gradle Kotlin DSL: Add the following io.gitee.qq1134380223 : gui-shell-core gradle kotlin dependency to your build.gradle.kts file:

implementation("io.gitee.qq1134380223:gui-shell-core:1.1.1.RELEASE")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.gitee.qq1134380223 : gui-shell-core sbt scala dependency to your build.sbt file:

libraryDependencies += "io.gitee.qq1134380223" % "gui-shell-core" % "1.1.1.RELEASE"

Advertisement