Categories |
CategoriesReact User Interface Web Frameworks |
---|---|
GroupId | GroupIdcom.github.johncfranco |
ArtifactId | ArtifactIdreactive-logger |
Version | Version1.0.0 |
Type | Typejar |
Filename | Size |
---|---|
reactive-logger-1.0.0.pom | |
reactive-logger-1.0.0.jar | 10 KB |
reactive-logger-1.0.0-sources.jar | 9 KB |
reactive-logger-1.0.0-javadoc.jar | 407 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.johncfranco/reactive-logger/ -->
<dependency>
<groupId>com.github.johncfranco</groupId>
<artifactId>reactive-logger</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.johncfranco/reactive-logger/
implementation 'com.github.johncfranco:reactive-logger:1.0.0'
// https://jarcasting.com/artifacts/com.github.johncfranco/reactive-logger/
implementation ("com.github.johncfranco:reactive-logger:1.0.0")
'com.github.johncfranco:reactive-logger:jar:1.0.0'
<dependency org="com.github.johncfranco" name="reactive-logger" rev="1.0.0">
<artifact name="reactive-logger" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.johncfranco', module='reactive-logger', version='1.0.0')
)
libraryDependencies += "com.github.johncfranco" % "reactive-logger" % "1.0.0"
[com.github.johncfranco/reactive-logger "1.0.0"]