MVN

cn.wumoe : hime

Maven & Gradle

May 23, 2022
8 stars

hime · This is the interpreter of Hime language, a dialect of Lisp, run on JVM platform.

<dependency>
    <groupId>cn.wumoe</groupId>
    <artifactId>hime</artifactId>
    <version>2.7.4</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of cn.wumoe : hime to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.7.4

All Versions

Choose a version of cn.wumoe : hime to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.7.x
hime-2.7.4
hime-2.7.3
hime-2.7.2
hime-2.7.1
2.7
hime-2.7
2.6.x
hime-2.6.3
hime-2.6.2
hime-2.6.1
2.6
hime-2.6
2.5.x
hime-2.5.5
hime-2.5.4
hime-2.5.3
hime-2.5.2
hime-2.5.1
2.4.x
hime-2.4.2
hime-2.4.1
2.4
hime-2.4
2.3.x
hime-2.3.3
hime-2.3.2
hime-2.3.1
2.3
hime-2.3
2.2.x
hime-2.2.3
hime-2.2.2
hime-2.2.1
2.2
hime-2.2
2.1
hime-2.1
2.0
hime-2.0
1.9
hime-1.9
1.8
hime-1.8
1.7
hime-1.7
1.6
hime-1.6
1.5
hime-1.5
1.4
hime-1.4

How to add a dependency to Maven

Add the following cn.wumoe : hime maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>cn.wumoe</groupId>
    <artifactId>hime</artifactId>
    <version>2.7.4</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following cn.wumoe : hime gradle dependency to your build.gradle file:

implementation 'cn.wumoe:hime:2.7.4'

Gradle Kotlin DSL: Add the following cn.wumoe : hime gradle kotlin dependency to your build.gradle.kts file:

implementation("cn.wumoe:hime:2.7.4")

How to add a dependency to SBT Scala

SBT Scala: Add the following cn.wumoe : hime sbt scala dependency to your build.sbt file:

libraryDependencies += "cn.wumoe" % "hime" % "2.7.4"

Advertisement