m

mode

parent for assembly executable jar by multiple environments
https://github.com/dbstar-org/parent/tree/main/mode
Files download
File Operation
mode-1.3.0.pom download
Apache Maven
<dependency>
  <groupId>io.github.dbstarll.parent</groupId>
  <artifactId>mode</artifactId>
  <version>1.3.0</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'io.github.dbstarll.parent:mode:1.3.0'
Gradle Kotlin
implementation("io.github.dbstarll.parent:mode:1.3.0")
Scala SBT
libraryDependencies += "io.github.dbstarll.parent" % "mode" % "1.3.0"
Groovy Grape
@Grapes(
  @Grab(group='io.github.dbstarll.parent', module='mode', version='1.3.0')
)
Apache Ivy
<dependency org="io.github.dbstarll.parent" name="mode" rev="1.3.0" />
Leiningen
[io.github.dbstarll.parent/mode "1.3.0"]
Apache Buildr
'io.github.dbstarll.parent:mode:jar:1.3.0'