MVN

io.github.naturalett : my-app

Maven & Gradle

Jul 04, 2023
4 stars

io.github.naturalett:my-app · A lightweight Java hello world

<dependency>
    <groupId>io.github.naturalett</groupId>
    <artifactId>my-app</artifactId>
    <version>0.2.232</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.github.naturalett : my-app to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.2.232

All Versions

Choose a version of io.github.naturalett : my-app to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
my-app-1.0.3
my-app-1.0.0
0.2.x
my-app-0.2.232
my-app-0.2.231
my-app-0.2.229
my-app-0.2.222
my-app-0.2.219
my-app-0.2.217
my-app-0.2.215
my-app-0.2.209
my-app-0.2.207
my-app-0.2.202
my-app-0.2.200
my-app-0.2.198
my-app-0.2.189
my-app-0.2.187
my-app-0.2.184
my-app-0.2.182
my-app-0.2.180
my-app-0.2.178
my-app-0.2.176
my-app-0.2.172
my-app-0.2.170
my-app-0.2.168
my-app-0.2.166
my-app-0.2.162
my-app-0.2.160
my-app-0.2.157
my-app-0.2.155
my-app-0.2.153
my-app-0.2.151
my-app-0.2.149
my-app-0.2.147
my-app-0.2.145
my-app-0.2.144
my-app-0.2.135
my-app-0.2.133
my-app-0.2.131
my-app-0.2.130
my-app-0.2.128
my-app-0.2.127
my-app-0.2.125
my-app-0.2.123
my-app-0.2.121
my-app-0.2.119
my-app-0.2.110
my-app-0.2.109
my-app-0.2.108
my-app-0.2.107
my-app-0.2.105
my-app-0.2.104
my-app-0.2.103
my-app-0.2.102
my-app-0.2.101
my-app-0.2.100

How to add a dependency to Maven

Add the following io.github.naturalett : my-app maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.github.naturalett</groupId>
    <artifactId>my-app</artifactId>
    <version>0.2.232</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.github.naturalett : my-app gradle dependency to your build.gradle file:

implementation 'io.github.naturalett:my-app:0.2.232'

Gradle Kotlin DSL: Add the following io.github.naturalett : my-app gradle kotlin dependency to your build.gradle.kts file:

implementation("io.github.naturalett:my-app:0.2.232")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.github.naturalett : my-app sbt scala dependency to your build.sbt file:

libraryDependencies += "io.github.naturalett" % "my-app" % "0.2.232"