GroupId | GroupIdcom.github.l42111996 |
---|---|
ArtifactId | ArtifactIdkcp-example |
Version | Version1.2 |
Type | Typejar |
Filename | Size |
---|---|
kcp-example-1.2.pom | |
kcp-example-1.2.jar | 29 KB |
kcp-example-1.2-sources.jar | 14 KB |
kcp-example-1.2-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.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.l42111996/kcp-example/
implementation 'com.github.l42111996:kcp-example:1.2'
// https://jarcasting.com/artifacts/com.github.l42111996/kcp-example/
implementation ("com.github.l42111996:kcp-example:1.2")
'com.github.l42111996:kcp-example:jar:1.2'
<dependency org="com.github.l42111996" name="kcp-example" rev="1.2">
<artifact name="kcp-example" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.l42111996', module='kcp-example', version='1.2')
)
libraryDependencies += "com.github.l42111996" % "kcp-example" % "1.2"
[com.github.l42111996/kcp-example "1.2"]