MVN

com.swan-pro : code-template

Maven & Gradle

Jul 21, 2023

TemplateTool · Maven plugin for generate code

<dependency>
    <groupId>com.swan-pro</groupId>
    <artifactId>code-template</artifactId>
    <version>1.0.6.3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.swan-pro : code-template to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.6.3

All Versions

Choose a version of com.swan-pro : code-template to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
code-template-1.0.6.3
code-template-1.0.6.1
code-template-1.0.6

How to add a dependency to Maven

Add the following com.swan-pro : code-template maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.swan-pro</groupId>
    <artifactId>code-template</artifactId>
    <version>1.0.6.3</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.swan-pro : code-template gradle dependency to your build.gradle file:

implementation 'com.swan-pro:code-template:1.0.6.3'

Gradle Kotlin DSL: Add the following com.swan-pro : code-template gradle kotlin dependency to your build.gradle.kts file:

implementation("com.swan-pro:code-template:1.0.6.3")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.swan-pro : code-template sbt scala dependency to your build.sbt file:

libraryDependencies += "com.swan-pro" % "code-template" % "1.0.6.3"