MVN

li.moskito : scribble

Maven & Gradle

Dec 13, 2014
5 usages
0 stars

A testing framework for developing unit tests that required a JCR repository. The framework contains mock repositories, assertion and other helper classes.

<dependency>
    <groupId>li.moskito</groupId>
    <artifactId>scribble</artifactId>
    <version>0.0.4</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of li.moskito : scribble to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.0.4

All Versions

Choose a version of li.moskito : scribble to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.0.x
scribble-0.0.4
scribble-0.0.3
scribble-0.0.2
scribble-0.0.1

How to add a dependency to Maven

Add the following li.moskito : scribble maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>li.moskito</groupId>
    <artifactId>scribble</artifactId>
    <version>0.0.4</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following li.moskito : scribble gradle dependency to your build.gradle file:

implementation 'li.moskito:scribble:0.0.4'

Gradle Kotlin DSL: Add the following li.moskito : scribble gradle kotlin dependency to your build.gradle.kts file:

implementation("li.moskito:scribble:0.0.4")

How to add a dependency to SBT Scala

SBT Scala: Add the following li.moskito : scribble sbt scala dependency to your build.sbt file:

libraryDependencies += "li.moskito" % "scribble" % "0.0.4"

Advertisement