MVN

com.terathought.enchant : magic-js

Maven & Gradle

Sep 06, 2022
0 stars

Magic · Simple, lightweight, modular components and utilities to help conjure your app architecture.

<dependency>
    <groupId>com.terathought.enchant</groupId>
    <artifactId>magic-js</artifactId>
    <version>1.0.0-alpha07</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.terathought.enchant : magic-js to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.0-alpha07
  • Latest Alpha: 1.0.0-alpha07

All Versions

Choose a version of com.terathought.enchant : magic-js to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
magic-js-1.0.0-alpha07
magic-js-1.0.0-alpha06
magic-js-1.0.0-alpha05
magic-js-1.0.0-alpha04
magic-js-1.0.0-alpha03
magic-js-1.0.0-alpha02
magic-js-1.0.0-alpha01

How to add a dependency to Maven

Add the following com.terathought.enchant : magic-js maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.terathought.enchant</groupId>
    <artifactId>magic-js</artifactId>
    <version>1.0.0-alpha07</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.terathought.enchant : magic-js gradle dependency to your build.gradle file:

implementation 'com.terathought.enchant:magic-js:1.0.0-alpha07'

Gradle Kotlin DSL: Add the following com.terathought.enchant : magic-js gradle kotlin dependency to your build.gradle.kts file:

implementation("com.terathought.enchant:magic-js:1.0.0-alpha07")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.terathought.enchant : magic-js sbt scala dependency to your build.sbt file:

libraryDependencies += "com.terathought.enchant" % "magic-js" % "1.0.0-alpha07"

Advertisement