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