Categories |
CategoriesKotlin Languages ORM Data |
---|---|
GroupId | GroupIdcom.github.storm-bit |
ArtifactId | ArtifactIdweb-kotlin |
Version | Version1.0.2 |
Type | Typejar |
Filename | Size |
---|---|
web-kotlin-1.0.2.pom | |
web-kotlin-1.0.2.jar | 46 KB |
web-kotlin-1.0.2-sources.jar | 9 KB |
web-kotlin-1.0.2-javadoc.jar | 312 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.storm-bit/web-kotlin/ -->
<dependency>
<groupId>com.github.storm-bit</groupId>
<artifactId>web-kotlin</artifactId>
<version>1.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.storm-bit/web-kotlin/
implementation 'com.github.storm-bit:web-kotlin:1.0.2'
// https://jarcasting.com/artifacts/com.github.storm-bit/web-kotlin/
implementation ("com.github.storm-bit:web-kotlin:1.0.2")
'com.github.storm-bit:web-kotlin:jar:1.0.2'
<dependency org="com.github.storm-bit" name="web-kotlin" rev="1.0.2">
<artifact name="web-kotlin" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.storm-bit', module='web-kotlin', version='1.0.2')
)
libraryDependencies += "com.github.storm-bit" % "web-kotlin" % "1.0.2"
[com.github.storm-bit/web-kotlin "1.0.2"]