MVN

com.github.gustavovitor : maker-sql

Maven & Gradle

Jun 25, 2023
4 stars
<dependency>
    <groupId>com.github.gustavovitor</groupId>
    <artifactId>maker-sql</artifactId>
    <version>1.7.3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.gustavovitor : maker-sql to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.7.3

All Versions

Choose a version of com.github.gustavovitor : maker-sql to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.7.x
maker-sql-1.7.3
maker-sql-1.7.2
maker-sql-1.7.1
maker-sql-1.7.0
1.6.x
maker-sql-1.6.4
1.5.x
maker-sql-1.5.4
1.4.x
maker-sql-1.4.1
maker-sql-1.4.0
1.3.x
maker-sql-1.3.0
1.2.x
maker-sql-1.2.2
maker-sql-1.2.1
maker-sql-1.2.0
1.1.x
maker-sql-1.1.0
1.0.x
maker-sql-1.0.0
0.0.x
maker-sql-0.0.9
maker-sql-0.0.8
maker-sql-0.0.7
maker-sql-0.0.6
maker-sql-0.0.5
maker-sql-0.0.4
maker-sql-0.0.3

How to add a dependency to Maven

Add the following com.github.gustavovitor : maker-sql maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.github.gustavovitor</groupId>
    <artifactId>maker-sql</artifactId>
    <version>1.7.3</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.gustavovitor : maker-sql gradle dependency to your build.gradle file:

implementation 'com.github.gustavovitor:maker-sql:1.7.3'

Gradle Kotlin DSL: Add the following com.github.gustavovitor : maker-sql gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.gustavovitor:maker-sql:1.7.3")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.gustavovitor : maker-sql sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.gustavovitor" % "maker-sql" % "1.7.3"

Advertisement