License |
License
Apache License, Version 2.0
|
---|---|
Categories |
CategoriesKotlin Languages Ant Build Tools |
GroupId | GroupIdde.quantummaid.tutorials.websockets-kotlin |
ArtifactId | ArtifactIdstep1 |
Version | Version1.0.37 |
Type | Typejar |
Description |
DescriptionThis parent pom is supposed to be used as a parent for all QuantumMaid open source projects to reliably enable
the enforcement of java standards like library blacklisting, code style rules, and more.
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
step1-1.0.37.pom | |
step1-1.0.37.jar | 17 KB |
step1-1.0.37-sources.jar | 4 KB |
step1-1.0.37-javadoc.jar | 276 KB |
Browse |
<!-- https://jarcasting.com/artifacts/de.quantummaid.tutorials.websockets-kotlin/step1/ -->
<dependency>
<groupId>de.quantummaid.tutorials.websockets-kotlin</groupId>
<artifactId>step1</artifactId>
<version>1.0.37</version>
</dependency>
// https://jarcasting.com/artifacts/de.quantummaid.tutorials.websockets-kotlin/step1/
implementation 'de.quantummaid.tutorials.websockets-kotlin:step1:1.0.37'
// https://jarcasting.com/artifacts/de.quantummaid.tutorials.websockets-kotlin/step1/
implementation ("de.quantummaid.tutorials.websockets-kotlin:step1:1.0.37")
'de.quantummaid.tutorials.websockets-kotlin:step1:jar:1.0.37'
<dependency org="de.quantummaid.tutorials.websockets-kotlin" name="step1" rev="1.0.37">
<artifact name="step1" type="jar" />
</dependency>
@Grapes(
@Grab(group='de.quantummaid.tutorials.websockets-kotlin', module='step1', version='1.0.37')
)
libraryDependencies += "de.quantummaid.tutorials.websockets-kotlin" % "step1" % "1.0.37"
[de.quantummaid.tutorials.websockets-kotlin/step1 "1.0.37"]
Group / Artifact | Type | Version |
---|---|---|
de.quantummaid.quantummaid.packagings : quantummaid-essentials | jar | |
de.quantummaid.httpmaid.integrations : httpmaid-undertow | jar | |
org.jetbrains.kotlin : kotlin-stdlib-jdk8 | jar | 1.4.0 |
org.jetbrains.kotlin : kotlin-reflect | jar | 1.4.0 |
Group / Artifact | Type | Version |
---|---|---|
org.jetbrains.kotlin : kotlin-test | jar | 1.4.0 |
org.junit.jupiter : junit-jupiter-api | jar | 5.7.0-RC1 |