GroupId | GroupIdcom.github.yoojia |
---|---|
ArtifactId | ArtifactIdnext-inputs |
Version | Version1.8 |
Type | Typejar |
Filename | Size |
---|---|
next-inputs-1.8.pom | |
next-inputs-1.8.jar | 57 KB |
next-inputs-1.8-sources.jar | 33 KB |
next-inputs-1.8-javadoc.jar | 187 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.yoojia/next-inputs/ -->
<dependency>
<groupId>com.github.yoojia</groupId>
<artifactId>next-inputs</artifactId>
<version>1.8</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.yoojia/next-inputs/
implementation 'com.github.yoojia:next-inputs:1.8'
// https://jarcasting.com/artifacts/com.github.yoojia/next-inputs/
implementation ("com.github.yoojia:next-inputs:1.8")
'com.github.yoojia:next-inputs:jar:1.8'
<dependency org="com.github.yoojia" name="next-inputs" rev="1.8">
<artifact name="next-inputs" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.yoojia', module='next-inputs', version='1.8')
)
libraryDependencies += "com.github.yoojia" % "next-inputs" % "1.8"
[com.github.yoojia/next-inputs "1.8"]