GroupId | GroupIdcom.github.l42111996 |
---|---|
ArtifactId | ArtifactIdkcp-example |
Version | Version1.4 |
Type | Typejar |
Filename | Size |
---|---|
kcp-example-1.4.pom | |
kcp-example-1.4.jar | 33 KB |
kcp-example-1.4-sources.jar | 16 KB |
kcp-example-1.4-javadoc.jar | 94 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.l42111996/kcp-example/ -->
<dependency>
<groupId>com.github.l42111996</groupId>
<artifactId>kcp-example</artifactId>
<version>1.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.l42111996/kcp-example/
implementation 'com.github.l42111996:kcp-example:1.4'
// https://jarcasting.com/artifacts/com.github.l42111996/kcp-example/
implementation ("com.github.l42111996:kcp-example:1.4")
'com.github.l42111996:kcp-example:jar:1.4'
<dependency org="com.github.l42111996" name="kcp-example" rev="1.4">
<artifact name="kcp-example" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.l42111996', module='kcp-example', version='1.4')
)
libraryDependencies += "com.github.l42111996" % "kcp-example" % "1.4"
[com.github.l42111996/kcp-example "1.4"]