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