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