n

nougat-web-lang

Web util
文件下载
文件名 操作
nougat-web-lang-1.0.14.jar 下载
nougat-web-lang-1.0.14.pom 下载
nougat-web-lang-1.0.14-sources.jar 下载
Apache Maven
<dependency>
  <groupId>com.github.nomou</groupId>
  <artifactId>nougat-web-lang</artifactId>
  <version>1.0.14</version>
</dependency>
Gradle Groovy
implementation 'com.github.nomou:nougat-web-lang:1.0.14'
Gradle Kotlin
implementation("com.github.nomou:nougat-web-lang:1.0.14")
Scala SBT
libraryDependencies += "com.github.nomou" % "nougat-web-lang" % "1.0.14"
Groovy Grape
@Grapes(
  @Grab(group='com.github.nomou', module='nougat-web-lang', version='1.0.14')
)
Apache Ivy
<dependency org="com.github.nomou" name="nougat-web-lang" rev="1.0.14" />
Leiningen
[com.github.nomou/nougat-web-lang "1.0.14"]
Apache Buildr
'com.github.nomou:nougat-web-lang:jar:1.0.14'