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