MVN

com.threewks.thundr : thundr

Maven & Gradle

Nov 24, 2016
28 usages

thundr · thundr is a light-weight java web framework designed for use in cloud deployed web applications.

<dependency>
    <groupId>com.threewks.thundr</groupId>
    <artifactId>thundr</artifactId>
    <version>3.0.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.threewks.thundr : thundr to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 3.0.0
  • Latest Release Candidate: 3.0.0-rc3
  • Latest Beta: 3.0.0-beta-2

All Versions

Choose a version of com.threewks.thundr : thundr to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
3.0.x
thundr-3.0.0
thundr-3.0.0-rc3
thundr-3.0.0-rc2
thundr-3.0.0-rc1
thundr-3.0.0-beta-2
thundr-3.0.0-beta-1
2.0.x
thundr-2.0.2
thundr-2.0.1
thundr-2.0.0
thundr-2.0.0-rc3
thundr-2.0.0-rc2
thundr-2.0.0-rc1
1.1.x
thundr-1.1.3
thundr-1.1.2
thundr-1.1.1
thundr-1.1.0
1.0.x
thundr-1.0.0
1.0
thundr-1.0-rc3
thundr-1.0-rc2
thundr-1.0-rc1
0.9.x
thundr-0.9.11
thundr-0.9.10
thundr-0.9.9
thundr-0.9.8
thundr-0.9.7
thundr-0.9.6

How to add a dependency to Maven

Add the following com.threewks.thundr : thundr maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.threewks.thundr</groupId>
    <artifactId>thundr</artifactId>
    <version>3.0.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.threewks.thundr : thundr gradle dependency to your build.gradle file:

implementation 'com.threewks.thundr:thundr:3.0.0'

Gradle Kotlin DSL: Add the following com.threewks.thundr : thundr gradle kotlin dependency to your build.gradle.kts file:

implementation("com.threewks.thundr:thundr:3.0.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.threewks.thundr : thundr sbt scala dependency to your build.sbt file:

libraryDependencies += "com.threewks.thundr" % "thundr" % "3.0.0"

Advertisement