MVN

com.kroegerama.magic-catalogs : base

Maven & Gradle

Aug 25, 2023
1 stars

Magic Catalogs · Dependency versions for modern android applications

<dependency>
    <groupId>com.kroegerama.magic-catalogs</groupId>
    <artifactId>base</artifactId>
    <version>2.3.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.kroegerama.magic-catalogs : base to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.3.1

All Versions

Choose a version of com.kroegerama.magic-catalogs : base to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.3.x
base-2.3.1
base-2.3.0
2.2.x
base-2.2.4
base-2.2.3
base-2.2.2
base-2.2.1
base-2.2.0
2.1.x
base-2.1.3
base-2.1.2
base-2.1.1
base-2.1.0
2.0.x
base-2.0.15
base-2.0.14
base-2.0.13
base-2.0.12
base-2.0.11
base-2.0.10
base-2.0.9
base-2.0.8
base-2.0.7
base-2.0.6
base-2.0.5
base-2.0.4
base-2.0.3
base-2.0.2
base-2.0.1
base-2.0.0
1.1.x
base-1.1.1
base-1.1.0
1.0.x
base-1.0.12
base-1.0.11
base-1.0.10
base-1.0.9
base-1.0.8
base-1.0.7
base-1.0.6
base-1.0.5
base-1.0.4
base-1.0.3
base-1.0.2
base-1.0.1
base-1.0.0

How to add a dependency to Maven

Add the following com.kroegerama.magic-catalogs : base maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.kroegerama.magic-catalogs</groupId>
    <artifactId>base</artifactId>
    <version>2.3.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.kroegerama.magic-catalogs : base gradle dependency to your build.gradle file:

implementation 'com.kroegerama.magic-catalogs:base:2.3.1'

Gradle Kotlin DSL: Add the following com.kroegerama.magic-catalogs : base gradle kotlin dependency to your build.gradle.kts file:

implementation("com.kroegerama.magic-catalogs:base:2.3.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.kroegerama.magic-catalogs : base sbt scala dependency to your build.sbt file:

libraryDependencies += "com.kroegerama.magic-catalogs" % "base" % "2.3.1"

Advertisement