n

nougat-lang

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