MVN

se.culvertsoft : mgen-cppgenerator

Maven & Gradle

Apr 03, 2015
43 stars

mgen-cppgenerator · mgen-cppgenerator

<dependency>
    <groupId>se.culvertsoft</groupId>
    <artifactId>mgen-cppgenerator</artifactId>
    <version>0.2.5</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of se.culvertsoft : mgen-cppgenerator to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.2.5

All Versions

Choose a version of se.culvertsoft : mgen-cppgenerator to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.2.x
mgen-cppgenerator-0.2.5
mgen-cppgenerator-0.2.4
mgen-cppgenerator-0.2.3
mgen-cppgenerator-0.2.2
mgen-cppgenerator-0.2.1
0.2
mgen-cppgenerator-0.2
0.1
mgen-cppgenerator-0.1

How to add a dependency to Maven

Add the following se.culvertsoft : mgen-cppgenerator maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>se.culvertsoft</groupId>
    <artifactId>mgen-cppgenerator</artifactId>
    <version>0.2.5</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following se.culvertsoft : mgen-cppgenerator gradle dependency to your build.gradle file:

implementation 'se.culvertsoft:mgen-cppgenerator:0.2.5'

Gradle Kotlin DSL: Add the following se.culvertsoft : mgen-cppgenerator gradle kotlin dependency to your build.gradle.kts file:

implementation("se.culvertsoft:mgen-cppgenerator:0.2.5")

How to add a dependency to SBT Scala

SBT Scala: Add the following se.culvertsoft : mgen-cppgenerator sbt scala dependency to your build.sbt file:

libraryDependencies += "se.culvertsoft" % "mgen-cppgenerator" % "0.2.5"