MVN

app.cash.barber : barber-protos

Maven & Gradle

Jan 15, 2024
163 stars

barber-protos · A type safe Kotlin JVM library for building up localized, fillable, themed documents using Mustache templating.

<dependency>
    <groupId>app.cash.barber</groupId>
    <artifactId>barber-protos</artifactId>
    <version>2024.01.15.180530-297cdb5</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of app.cash.barber : barber-protos to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2024.01.15.180530-297cdb5

All Versions

Choose a version of app.cash.barber : barber-protos to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2024.01.x
barber-protos-2024.01.15.180530-297cdb5
barber-protos-2024.01.12.194149-b1c797d
barber-protos-2024.01.12.192457-c6e606a
barber-protos-2024.01.12.173005-933c241

How to add a dependency to Maven

Add the following app.cash.barber : barber-protos maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>app.cash.barber</groupId>
    <artifactId>barber-protos</artifactId>
    <version>2024.01.15.180530-297cdb5</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following app.cash.barber : barber-protos gradle dependency to your build.gradle file:

implementation 'app.cash.barber:barber-protos:2024.01.15.180530-297cdb5'

Gradle Kotlin DSL: Add the following app.cash.barber : barber-protos gradle kotlin dependency to your build.gradle.kts file:

implementation("app.cash.barber:barber-protos:2024.01.15.180530-297cdb5")

How to add a dependency to SBT Scala

SBT Scala: Add the following app.cash.barber : barber-protos sbt scala dependency to your build.sbt file:

libraryDependencies += "app.cash.barber" % "barber-protos" % "2024.01.15.180530-297cdb5"

Advertisement