| Категории |
КатегорииGWT (Google Web Toolkit) Взаимодействие с пользователем Веб-фреймворки Logging Библиотеки уровня приложения |
|---|---|
| Группа | Группаcom.github.apetrelli.gwtintegration |
| Идентификатор | Идентификаторgwt-integration-remote-logging |
| Версия | Версия1.0.0-alpha3 |
| Тип | Типjar |
<!-- https://jarcasting.com/artifacts/com.github.apetrelli.gwtintegration/gwt-integration-remote-logging/ -->
<dependency>
<groupId>com.github.apetrelli.gwtintegration</groupId>
<artifactId>gwt-integration-remote-logging</artifactId>
<version>1.0.0-alpha3</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.apetrelli.gwtintegration/gwt-integration-remote-logging/
implementation 'com.github.apetrelli.gwtintegration:gwt-integration-remote-logging:1.0.0-alpha3'
// https://jarcasting.com/artifacts/com.github.apetrelli.gwtintegration/gwt-integration-remote-logging/
implementation ("com.github.apetrelli.gwtintegration:gwt-integration-remote-logging:1.0.0-alpha3")
'com.github.apetrelli.gwtintegration:gwt-integration-remote-logging:jar:1.0.0-alpha3'
<dependency org="com.github.apetrelli.gwtintegration" name="gwt-integration-remote-logging" rev="1.0.0-alpha3">
<artifact name="gwt-integration-remote-logging" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.apetrelli.gwtintegration', module='gwt-integration-remote-logging', version='1.0.0-alpha3')
)
libraryDependencies += "com.github.apetrelli.gwtintegration" % "gwt-integration-remote-logging" % "1.0.0-alpha3"
[com.github.apetrelli.gwtintegration/gwt-integration-remote-logging "1.0.0-alpha3"]