License |
License |
---|---|
Categories |
CategoriesHudson Build Tools Continuous Integration and Continuous Delivery GWT (Google Web Toolkit) User Interface Web Frameworks SLF4J Application Layer Libs Logging |
GroupId | GroupIdorg.hudsonci.libs |
ArtifactId | ArtifactIdhudson-gwt-slf4j |
Last Version | Last Version2.2.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionHudson GWT SLF4J
Port of SLF4J (1.6.2-SNAPSHOT) to GWT, backed up by the slf4j-jdk14 implementation to work with GWT 2.1 logging.
|
Project Organization |
Project OrganizationHudson |
Filename | Size |
---|---|
hudson-gwt-slf4j-2.2.0.pom | |
hudson-gwt-slf4j-2.2.0.jar | 75 KB |
hudson-gwt-slf4j-2.2.0-sources.jar | 48 KB |
hudson-gwt-slf4j-2.2.0-javadoc.jar | 196 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.hudsonci.libs/hudson-gwt-slf4j/ -->
<dependency>
<groupId>org.hudsonci.libs</groupId>
<artifactId>hudson-gwt-slf4j</artifactId>
<version>2.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.hudsonci.libs/hudson-gwt-slf4j/
implementation 'org.hudsonci.libs:hudson-gwt-slf4j:2.2.0'
// https://jarcasting.com/artifacts/org.hudsonci.libs/hudson-gwt-slf4j/
implementation ("org.hudsonci.libs:hudson-gwt-slf4j:2.2.0")
'org.hudsonci.libs:hudson-gwt-slf4j:jar:2.2.0'
<dependency org="org.hudsonci.libs" name="hudson-gwt-slf4j" rev="2.2.0">
<artifact name="hudson-gwt-slf4j" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.hudsonci.libs', module='hudson-gwt-slf4j', version='2.2.0')
)
libraryDependencies += "org.hudsonci.libs" % "hudson-gwt-slf4j" % "2.2.0"
[org.hudsonci.libs/hudson-gwt-slf4j "2.2.0"]
Group / Artifact | Type | Version |
---|---|---|
com.google.gwt : gwt-user | jar | 2.3.0 |
org.slf4j : slf4j-api | jar | 1.6.1 |
org.eclipse.hudson : hudson-core | jar | 3.0.0 |
org.eclipse.hudson : hudson-remoting | jar | 3.0.0 |
org.eclipse.hudson : hudson-utils | jar | 3.0.0 |
org.eclipse.hudson : hudson-plugin-utils | jar | 3.0.0 |
org.eclipse.hudson : hudson-war | war | 3.0.0 |
org.eclipse.hudson : hudson-test-framework | jar | 3.0.0 |
org.eclipse.hudson : hudson-inject | jar | 3.0.0 |
org.eclipse.hudson : hudson-service | jar | 3.0.0 |
javax.servlet : servlet-api | jar | 2.4 |
Group / Artifact | Type | Version |
---|---|---|
org.eclipse.hudson : hudson-test-utils | jar | 3.0.0 |
junit : junit | jar | 4.8.1 |
org.powermock : powermock-module-junit4 Optional | jar | 1.4.10 |
org.powermock : powermock-api-easymock Optional | jar | 1.4.10 |
org.easymock : easymock Optional | jar | 3.0 |
org.mockito : mockito-core Optional | jar | 1.8.5 |