MVN

ru.makkarpov : scalingua-sbt_2.12_1.0

Maven & Gradle

Nov 21, 2023
53 stars

Scalingua SBT plugin · SBT plugin that compiles locales, manages locations of *.pot files and so on

<dependency>
    <groupId>ru.makkarpov</groupId>
    <artifactId>scalingua-sbt_2.12_1.0</artifactId>
    <version>1.2.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of ru.makkarpov : scalingua-sbt_2.12_1.0 to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.2.0

All Versions

Choose a version of ru.makkarpov : scalingua-sbt_2.12_1.0 to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.2.x
scalingua-sbt_2.12_1.0-1.2.0
1.1.x
scalingua-sbt_2.12_1.0-1.1.2
scalingua-sbt_2.12_1.0-1.1.1
1.1
scalingua-sbt_2.12_1.0-1.1
1.0
scalingua-sbt_2.12_1.0-1.0
0.9
scalingua-sbt_2.12_1.0-0.9
0.8.x
scalingua-sbt_2.12_1.0-0.8.1
0.8
scalingua-sbt_2.12_1.0-0.8

How to add a dependency to Maven

Add the following ru.makkarpov : scalingua-sbt_2.12_1.0 maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>ru.makkarpov</groupId>
    <artifactId>scalingua-sbt_2.12_1.0</artifactId>
    <version>1.2.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following ru.makkarpov : scalingua-sbt_2.12_1.0 gradle dependency to your build.gradle file:

implementation 'ru.makkarpov:scalingua-sbt_2.12_1.0:1.2.0'

Gradle Kotlin DSL: Add the following ru.makkarpov : scalingua-sbt_2.12_1.0 gradle kotlin dependency to your build.gradle.kts file:

implementation("ru.makkarpov:scalingua-sbt_2.12_1.0:1.2.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following ru.makkarpov : scalingua-sbt_2.12_1.0 sbt scala dependency to your build.sbt file:

libraryDependencies += "ru.makkarpov" % "scalingua-sbt_2.12_1.0" % "1.2.0"

Advertisement