Categories |
CategoriesIDE Development Tools Wicket User Interface Web Frameworks CLI Logging Application Layer Libs |
---|---|
GroupId | GroupIdde.agilecoders.wicket |
ArtifactId | ArtifactIdwicket-clientside-logging |
Version | Version0.1.8 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/de.agilecoders.wicket/wicket-clientside-logging/ -->
<dependency>
<groupId>de.agilecoders.wicket</groupId>
<artifactId>wicket-clientside-logging</artifactId>
<version>0.1.8</version>
</dependency>
// https://jarcasting.com/artifacts/de.agilecoders.wicket/wicket-clientside-logging/
implementation 'de.agilecoders.wicket:wicket-clientside-logging:0.1.8'
// https://jarcasting.com/artifacts/de.agilecoders.wicket/wicket-clientside-logging/
implementation ("de.agilecoders.wicket:wicket-clientside-logging:0.1.8")
'de.agilecoders.wicket:wicket-clientside-logging:jar:0.1.8'
<dependency org="de.agilecoders.wicket" name="wicket-clientside-logging" rev="0.1.8">
<artifact name="wicket-clientside-logging" type="jar" />
</dependency>
@Grapes(
@Grab(group='de.agilecoders.wicket', module='wicket-clientside-logging', version='0.1.8')
)
libraryDependencies += "de.agilecoders.wicket" % "wicket-clientside-logging" % "0.1.8"
[de.agilecoders.wicket/wicket-clientside-logging "0.1.8"]