n

nougat-lang

Files download
File Operation
nougat-lang-1.0.15.jar download
nougat-lang-1.0.15.pom download
nougat-lang-1.0.15-sources.jar download
Apache Maven
<dependency>
  <groupId>com.github.nomou</groupId>
  <artifactId>nougat-lang</artifactId>
  <version>1.0.15</version>
</dependency>
Gradle Groovy
implementation 'com.github.nomou:nougat-lang:1.0.15'
Gradle Kotlin
implementation("com.github.nomou:nougat-lang:1.0.15")
Scala SBT
libraryDependencies += "com.github.nomou" % "nougat-lang" % "1.0.15"
Groovy Grape
@Grapes(
  @Grab(group='com.github.nomou', module='nougat-lang', version='1.0.15')
)
Apache Ivy
<dependency org="com.github.nomou" name="nougat-lang" rev="1.0.15" />
Leiningen
[com.github.nomou/nougat-lang "1.0.15"]
Apache Buildr
'com.github.nomou:nougat-lang:jar:1.0.15'