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