MVN

io.fabric8.django : archetypes-catalog

Maven & Gradle

Dec 06, 2016

Fabric8 :: Django :: Archetypes Catalog

<dependency>
    <groupId>io.fabric8.django</groupId>
    <artifactId>archetypes-catalog</artifactId>
    <version>2.3.14</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.fabric8.django : archetypes-catalog to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.3.14

All Versions

Choose a version of io.fabric8.django : archetypes-catalog to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.3.x
archetypes-catalog-2.3.14
archetypes-catalog-2.3.13
archetypes-catalog-2.3.12
archetypes-catalog-2.3.10
archetypes-catalog-2.3.9
archetypes-catalog-2.3.8
archetypes-catalog-2.3.7
archetypes-catalog-2.3.6
archetypes-catalog-2.3.5
archetypes-catalog-2.3.4
archetypes-catalog-2.3.3
archetypes-catalog-2.3.2
archetypes-catalog-2.3.1

How to add a dependency to Maven

Add the following io.fabric8.django : archetypes-catalog maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.fabric8.django</groupId>
    <artifactId>archetypes-catalog</artifactId>
    <version>2.3.14</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.fabric8.django : archetypes-catalog gradle dependency to your build.gradle file:

implementation 'io.fabric8.django:archetypes-catalog:2.3.14'

Gradle Kotlin DSL: Add the following io.fabric8.django : archetypes-catalog gradle kotlin dependency to your build.gradle.kts file:

implementation("io.fabric8.django:archetypes-catalog:2.3.14")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.fabric8.django : archetypes-catalog sbt scala dependency to your build.sbt file:

libraryDependencies += "io.fabric8.django" % "archetypes-catalog" % "2.3.14"