GroupId | GroupIdio.github.portlek |
---|---|
ArtifactId | ArtifactIdinput-parent |
Version | Version2.4.0 |
Type | Typepom |
Filename | Size |
---|---|
input-parent-2.4.0.pom | 2 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.github.portlek/input-parent/ -->
<dependency>
<groupId>io.github.portlek</groupId>
<artifactId>input-parent</artifactId>
<version>2.4.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.github.portlek/input-parent/
implementation 'io.github.portlek:input-parent:2.4.0'
// https://jarcasting.com/artifacts/io.github.portlek/input-parent/
implementation ("io.github.portlek:input-parent:2.4.0")
'io.github.portlek:input-parent:pom:2.4.0'
<dependency org="io.github.portlek" name="input-parent" rev="2.4.0">
<artifact name="input-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.github.portlek', module='input-parent', version='2.4.0')
)
libraryDependencies += "io.github.portlek" % "input-parent" % "2.4.0"
[io.github.portlek/input-parent "2.4.0"]