MVN

io.github.virelion : buildata-runtime-js

Maven & Gradle

Sep 25, 2022
11 stars

io.github.virelion:buildata-runtime-js · Buildata runtime for generated builders.

<dependency>
    <groupId>io.github.virelion</groupId>
    <artifactId>buildata-runtime-js</artifactId>
    <version>1.0.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.github.virelion : buildata-runtime-js to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.0

All Versions

Choose a version of io.github.virelion : buildata-runtime-js to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
buildata-runtime-js-1.0.0
0.12.x
buildata-runtime-js-0.12.0
0.11.x
buildata-runtime-js-0.11.0
0.10.x
buildata-runtime-js-0.10.0
0.9.x
buildata-runtime-js-0.9.0
0.8.x
buildata-runtime-js-0.8.0
0.7.x
buildata-runtime-js-0.7.0
0.6.x
buildata-runtime-js-0.6.0
0.5.x
buildata-runtime-js-0.5.0

How to add a dependency to Maven

Add the following io.github.virelion : buildata-runtime-js maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.github.virelion</groupId>
    <artifactId>buildata-runtime-js</artifactId>
    <version>1.0.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.github.virelion : buildata-runtime-js gradle dependency to your build.gradle file:

implementation 'io.github.virelion:buildata-runtime-js:1.0.0'

Gradle Kotlin DSL: Add the following io.github.virelion : buildata-runtime-js gradle kotlin dependency to your build.gradle.kts file:

implementation("io.github.virelion:buildata-runtime-js:1.0.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.github.virelion : buildata-runtime-js sbt scala dependency to your build.sbt file:

libraryDependencies += "io.github.virelion" % "buildata-runtime-js" % "1.0.0"