| GroupId | GroupIdio.jpower.kcp |
|---|---|
| ArtifactId | ArtifactIdkcp-parent |
| Version | Version1.1.0 |
| Type | Typepom |
| Filename | Size |
|---|---|
| kcp-parent-1.1.0.pom | 6 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/io.jpower.kcp/kcp-parent/ -->
<dependency>
<groupId>io.jpower.kcp</groupId>
<artifactId>kcp-parent</artifactId>
<version>1.1.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.jpower.kcp/kcp-parent/
implementation 'io.jpower.kcp:kcp-parent:1.1.0'
// https://jarcasting.com/artifacts/io.jpower.kcp/kcp-parent/
implementation ("io.jpower.kcp:kcp-parent:1.1.0")
'io.jpower.kcp:kcp-parent:pom:1.1.0'
<dependency org="io.jpower.kcp" name="kcp-parent" rev="1.1.0">
<artifact name="kcp-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.jpower.kcp', module='kcp-parent', version='1.1.0')
)
libraryDependencies += "io.jpower.kcp" % "kcp-parent" % "1.1.0"
[io.jpower.kcp/kcp-parent "1.1.0"]