MVN

com.github.michaelruocco : library-template

Maven & Gradle

Jul 15, 2023
0 stars

library-template · Template repo to speed up creating new library projects

<dependency>
    <groupId>com.github.michaelruocco</groupId>
    <artifactId>library-template</artifactId>
    <version>0.1.33</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.michaelruocco : library-template to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.1.33

All Versions

Choose a version of com.github.michaelruocco : library-template to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.1.x
library-template-0.1.33
library-template-0.1.32
library-template-0.1.31
library-template-0.1.30
library-template-0.1.29
library-template-0.1.28
library-template-0.1.27
library-template-0.1.26
library-template-0.1.25
library-template-0.1.24
library-template-0.1.23
library-template-0.1.22
library-template-0.1.21
library-template-0.1.20
library-template-0.1.19
library-template-0.1.18
library-template-0.1.17
library-template-0.1.16
library-template-0.1.15
library-template-0.1.14
library-template-0.1.13
library-template-0.1.12
library-template-0.1.11
library-template-0.1.10
library-template-0.1.9
library-template-0.1.8
library-template-0.1.7
library-template-0.1.6
library-template-0.1.5
library-template-0.1.4
library-template-0.1.3
library-template-0.1.2
library-template-0.1.1
library-template-0.1.0

How to add a dependency to Maven

Add the following com.github.michaelruocco : library-template maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.github.michaelruocco</groupId>
    <artifactId>library-template</artifactId>
    <version>0.1.33</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.michaelruocco : library-template gradle dependency to your build.gradle file:

implementation 'com.github.michaelruocco:library-template:0.1.33'

Gradle Kotlin DSL: Add the following com.github.michaelruocco : library-template gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.michaelruocco:library-template:0.1.33")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.michaelruocco : library-template sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.michaelruocco" % "library-template" % "0.1.33"