| GroupId | GroupIdio.github.portlek |
|---|---|
| ArtifactId | ArtifactIdinput-common |
| Version | Version1.4 |
| Type | Typejar |
| Filename | Size |
|---|---|
| input-common-1.4.pom | |
| input-common-1.4.jar | 12 KB |
| input-common-1.4-sources.jar | 14 KB |
| input-common-1.4-javadoc.jar | 77 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/io.github.portlek/input-common/ -->
<dependency>
<groupId>io.github.portlek</groupId>
<artifactId>input-common</artifactId>
<version>1.4</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.portlek/input-common/
implementation 'io.github.portlek:input-common:1.4'
// https://jarcasting.com/artifacts/io.github.portlek/input-common/
implementation ("io.github.portlek:input-common:1.4")
'io.github.portlek:input-common:jar:1.4'
<dependency org="io.github.portlek" name="input-common" rev="1.4">
<artifact name="input-common" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.portlek', module='input-common', version='1.4')
)
libraryDependencies += "io.github.portlek" % "input-common" % "1.4"
[io.github.portlek/input-common "1.4"]