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