MVN

com.butor : butor-portal-model

Maven & Gradle

Nov 22, 2019

Butor Framework Service - Portal Model Module · This project is a module to use butor framework with butor portal.

<dependency>
    <groupId>com.butor</groupId>
    <artifactId>butor-portal-model</artifactId>
    <version>1.0.30</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.butor : butor-portal-model to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.30

All Versions

Choose a version of com.butor : butor-portal-model to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
butor-portal-model-1.0.30
butor-portal-model-1.0.29
butor-portal-model-1.0.28
butor-portal-model-1.0.27
butor-portal-model-1.0.25
butor-portal-model-1.0.24
butor-portal-model-1.0.23
butor-portal-model-1.0.22
butor-portal-model-1.0.21
butor-portal-model-1.0.19
butor-portal-model-1.0.18
butor-portal-model-1.0.17
butor-portal-model-1.0.14
butor-portal-model-1.0.13
butor-portal-model-1.0.12
butor-portal-model-1.0.9
butor-portal-model-1.0.7
butor-portal-model-1.0.6
butor-portal-model-1.0.3
butor-portal-model-1.0.0
0.9.x
butor-portal-model-0.9.0

How to add a dependency to Maven

Add the following com.butor : butor-portal-model maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.butor</groupId>
    <artifactId>butor-portal-model</artifactId>
    <version>1.0.30</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.butor : butor-portal-model gradle dependency to your build.gradle file:

implementation 'com.butor:butor-portal-model:1.0.30'

Gradle Kotlin DSL: Add the following com.butor : butor-portal-model gradle kotlin dependency to your build.gradle.kts file:

implementation("com.butor:butor-portal-model:1.0.30")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.butor : butor-portal-model sbt scala dependency to your build.sbt file:

libraryDependencies += "com.butor" % "butor-portal-model" % "1.0.30"

Advertisement