is not current version
Last Version 1.0.14

com.github.nomou:nougat 1.0.2

Nougat - a light java toolkit

GroupId

GroupId

com.github.nomou
ArtifactId

ArtifactId

nougat
Version

Version

1.0.2
Type

Type

pom

Download nougat 1.0.2

Filename Size
nougat-1.0.2.pom 15 KB
Browse

<!-- https://jarcasting.com/artifacts/com.github.nomou/nougat/ -->
<dependency>
    <groupId>com.github.nomou</groupId>
    <artifactId>nougat</artifactId>
    <version>1.0.2</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.nomou/nougat/
implementation 'com.github.nomou:nougat:1.0.2'
// https://jarcasting.com/artifacts/com.github.nomou/nougat/
implementation ("com.github.nomou:nougat:1.0.2")
'com.github.nomou:nougat:pom:1.0.2'
<dependency org="com.github.nomou" name="nougat" rev="1.0.2">
  <artifact name="nougat" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.nomou', module='nougat', version='1.0.2')
)
libraryDependencies += "com.github.nomou" % "nougat" % "1.0.2"
[com.github.nomou/nougat "1.0.2"]