Files download
File Operation
smart-lang-0.1.2.jar download
smart-lang-0.1.2.pom download
smart-lang-0.1.2-sources.jar download
Apache Maven
<dependency>
  <groupId>cn.smartloong</groupId>
  <artifactId>smart-lang</artifactId>
  <version>0.1.2</version>
</dependency>
Gradle Groovy
implementation 'cn.smartloong:smart-lang:0.1.2'
Gradle Kotlin
implementation("cn.smartloong:smart-lang:0.1.2")
Scala SBT
libraryDependencies += "cn.smartloong" % "smart-lang" % "0.1.2"
Groovy Grape
@Grapes(
  @Grab(group='cn.smartloong', module='smart-lang', version='0.1.2')
)
Apache Ivy
<dependency org="cn.smartloong" name="smart-lang" rev="0.1.2" />
Leiningen
[cn.smartloong/smart-lang "0.1.2"]
Apache Buildr
'cn.smartloong:smart-lang:jar:0.1.2'
Dependencies
The project has no third-party dependencies