| GroupId | GroupIdcom.github.nomou |
|---|---|
| ArtifactId | ArtifactIdnougat-misc |
| Version | Version1.0.3 |
| Type | Typejar |
| Filename | Size |
|---|---|
| nougat-misc-1.0.3.pom | |
| nougat-misc-1.0.3.jar | 112 KB |
| nougat-misc-1.0.3-sources.jar | 79 KB |
| nougat-misc-1.0.3-javadoc.jar | 243 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.nomou/nougat-misc/ -->
<dependency>
<groupId>com.github.nomou</groupId>
<artifactId>nougat-misc</artifactId>
<version>1.0.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.nomou/nougat-misc/
implementation 'com.github.nomou:nougat-misc:1.0.3'
// https://jarcasting.com/artifacts/com.github.nomou/nougat-misc/
implementation ("com.github.nomou:nougat-misc:1.0.3")
'com.github.nomou:nougat-misc:jar:1.0.3'
<dependency org="com.github.nomou" name="nougat-misc" rev="1.0.3">
<artifact name="nougat-misc" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.nomou', module='nougat-misc', version='1.0.3')
)
libraryDependencies += "com.github.nomou" % "nougat-misc" % "1.0.3"
[com.github.nomou/nougat-misc "1.0.3"]