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