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