MVN

com.juul.krayon : axis-js

Maven & Gradle

Jun 13, 2023
1 usages
27 stars

Krayon · A collection of drawing/charting utilities

<dependency>
    <groupId>com.juul.krayon</groupId>
    <artifactId>axis-js</artifactId>
    <version>0.15.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.juul.krayon : axis-js to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.15.0
  • Latest Alpha: 0.13.0-alpha4

All Versions

Choose a version of com.juul.krayon : axis-js to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.15.x
axis-js-0.15.0
0.14.x
axis-js-0.14.0
0.13.x
axis-js-0.13.1
axis-js-0.13.0
axis-js-0.13.0-alpha4
axis-js-0.13.0-alpha3
axis-js-0.13.0-alpha2
axis-js-0.13.0-alpha1
0.12.x
axis-js-0.12.1
axis-js-0.12.0
0.11.x
axis-js-0.11.4
axis-js-0.11.3
axis-js-0.11.2
axis-js-0.11.1
axis-js-0.11.0
0.10.x
axis-js-0.10.0
0.9.x
axis-js-0.9.0
0.8.x
axis-js-0.8.2
axis-js-0.8.1
axis-js-0.8.0
0.7.x
axis-js-0.7.1
axis-js-0.7.0
0.6.x
axis-js-0.6.0

How to add a dependency to Maven

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

<dependency>
    <groupId>com.juul.krayon</groupId>
    <artifactId>axis-js</artifactId>
    <version>0.15.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.juul.krayon : axis-js gradle dependency to your build.gradle file:

implementation 'com.juul.krayon:axis-js:0.15.0'

Gradle Kotlin DSL: Add the following com.juul.krayon : axis-js gradle kotlin dependency to your build.gradle.kts file:

implementation("com.juul.krayon:axis-js:0.15.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.juul.krayon : axis-js sbt scala dependency to your build.sbt file:

libraryDependencies += "com.juul.krayon" % "axis-js" % "0.15.0"

Advertisement