MVN

com.gojek : draftsman

Maven & Gradle

Mar 20, 2022
249 stars

draftsman · Draftsman

<dependency>
    <groupId>com.gojek</groupId>
    <artifactId>draftsman</artifactId>
    <version>draftsman</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.gojek : draftsman to add to Maven or Gradle - Latest Versions:

  • Latest Stable: draftsman

All Versions

Choose a version of com.gojek : draftsman to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
draftsman
draftsman-draftsman
0.0.x
draftsman-0.0.1

How to add a dependency to Maven

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

<dependency>
    <groupId>com.gojek</groupId>
    <artifactId>draftsman</artifactId>
    <version>draftsman</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.gojek : draftsman gradle dependency to your build.gradle file:

implementation 'com.gojek:draftsman:draftsman'

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

implementation("com.gojek:draftsman:draftsman")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.gojek : draftsman sbt scala dependency to your build.sbt file:

libraryDependencies += "com.gojek" % "draftsman" % "draftsman"

Advertisement