MVN

com.googlecode.blaisemath : coda-app

Maven & Gradle

Feb 03, 2023
4 stars

coda-app-0.5.4

<dependency>
    <groupId>com.googlecode.blaisemath</groupId>
    <artifactId>coda-app</artifactId>
    <version>0.5.4</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.googlecode.blaisemath : coda-app to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.5.4

All Versions

Choose a version of com.googlecode.blaisemath : coda-app to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.5.x
coda-app-0.5.4
coda-app-0.5.2
coda-app-0.5.1
coda-app-0.5.0
0.4.x
coda-app-0.4.0.2
coda-app-0.4.0
0.3.x
coda-app-0.3.6
coda-app-0.3.5
coda-app-0.3.4
coda-app-0.3.3
coda-app-0.3.1
0.2.x
coda-app-0.2.8
coda-app-0.2.7
coda-app-0.2.5
coda-app-0.2.4
coda-app-0.2.1
0.1.x
coda-app-0.1.23
coda-app-0.1.22
coda-app-0.1.21
coda-app-0.1.20
coda-app-0.1.19
coda-app-0.1.18
coda-app-0.1.17
coda-app-0.1.16
coda-app-0.1.15
coda-app-0.1.14
coda-app-0.1.13
coda-app-0.1.10
coda-app-0.1.9
coda-app-0.1.8
coda-app-0.1.7
coda-app-0.1.5

How to add a dependency to Maven

Add the following com.googlecode.blaisemath : coda-app maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.googlecode.blaisemath</groupId>
    <artifactId>coda-app</artifactId>
    <version>0.5.4</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.googlecode.blaisemath : coda-app gradle dependency to your build.gradle file:

implementation 'com.googlecode.blaisemath:coda-app:0.5.4'

Gradle Kotlin DSL: Add the following com.googlecode.blaisemath : coda-app gradle kotlin dependency to your build.gradle.kts file:

implementation("com.googlecode.blaisemath:coda-app:0.5.4")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.googlecode.blaisemath : coda-app sbt scala dependency to your build.sbt file:

libraryDependencies += "com.googlecode.blaisemath" % "coda-app" % "0.5.4"

Advertisement