MVN

com.spiwer : Rosilla

Maven & Gradle

Jun 02, 2022

Rosilla · Library to manage the database

<dependency>
    <groupId>com.spiwer</groupId>
    <artifactId>Rosilla</artifactId>
    <version>1.8.15</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.spiwer : Rosilla to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.8.15

All Versions

Choose a version of com.spiwer : Rosilla to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.8.x
Rosilla-1.8.15
Rosilla-1.8.14
Rosilla-1.8.13
Rosilla-1.8.12
Rosilla-1.8.11
Rosilla-1.8.10
Rosilla-1.8.9
Rosilla-1.8.8
Rosilla-1.8.7
Rosilla-1.8.6
Rosilla-1.8.5
Rosilla-1.8.3
Rosilla-1.8.2
Rosilla-1.8.1
Rosilla-1.8.0
1.0.x
Rosilla-1.0.1

How to add a dependency to Maven

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

<dependency>
    <groupId>com.spiwer</groupId>
    <artifactId>Rosilla</artifactId>
    <version>1.8.15</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.spiwer : Rosilla gradle dependency to your build.gradle file:

implementation 'com.spiwer:Rosilla:1.8.15'

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

implementation("com.spiwer:Rosilla:1.8.15")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.spiwer : Rosilla sbt scala dependency to your build.sbt file:

libraryDependencies += "com.spiwer" % "Rosilla" % "1.8.15"

Advertisement