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