Categories |
CategoriesJavaScript Languages |
---|---|
GroupId | GroupIddev.schlaubi |
ArtifactId | ArtifactIdstdx-coroutines-js |
Version | Version1.0.0 |
Type | Typepom |
Filename | Size |
---|---|
stdx-coroutines-js-1.0.0.pom | |
stdx-coroutines-js-1.0.0-sources.jar | 4 KB |
stdx-coroutines-js-1.0.0-javadoc.jar | 234 KB |
Browse |
<!-- https://jarcasting.com/artifacts/dev.schlaubi/stdx-coroutines-js/ -->
<dependency>
<groupId>dev.schlaubi</groupId>
<artifactId>stdx-coroutines-js</artifactId>
<version>1.0.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/dev.schlaubi/stdx-coroutines-js/
implementation 'dev.schlaubi:stdx-coroutines-js:1.0.0'
// https://jarcasting.com/artifacts/dev.schlaubi/stdx-coroutines-js/
implementation ("dev.schlaubi:stdx-coroutines-js:1.0.0")
'dev.schlaubi:stdx-coroutines-js:pom:1.0.0'
<dependency org="dev.schlaubi" name="stdx-coroutines-js" rev="1.0.0">
<artifact name="stdx-coroutines-js" type="pom" />
</dependency>
@Grapes(
@Grab(group='dev.schlaubi', module='stdx-coroutines-js', version='1.0.0')
)
libraryDependencies += "dev.schlaubi" % "stdx-coroutines-js" % "1.0.0"
[dev.schlaubi/stdx-coroutines-js "1.0.0"]