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