MVN

com.hawcode : vinculum

Maven & Gradle

Sep 19, 2018
0 stars

Vinculum · Vinculum is a dependency for adding an abstraction layer in the development of applications. It allows the developer to retrieve data from Headless CMS DBs. The goal of the dependency is to decouple the web content writing/creation tasks and the Software development tasks.

<dependency>
    <groupId>com.hawcode</groupId>
    <artifactId>vinculum</artifactId>
    <version>1.0.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.hawcode : vinculum to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.1

All Versions

Choose a version of com.hawcode : vinculum to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
vinculum-1.0.1
vinculum-1.0.0

How to add a dependency to Maven

Add the following com.hawcode : vinculum maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.hawcode</groupId>
    <artifactId>vinculum</artifactId>
    <version>1.0.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.hawcode : vinculum gradle dependency to your build.gradle file:

implementation 'com.hawcode:vinculum:1.0.1'

Gradle Kotlin DSL: Add the following com.hawcode : vinculum gradle kotlin dependency to your build.gradle.kts file:

implementation("com.hawcode:vinculum:1.0.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.hawcode : vinculum sbt scala dependency to your build.sbt file:

libraryDependencies += "com.hawcode" % "vinculum" % "1.0.1"