Categories |
CategoriesGWT (Google Web Toolkit) User Interface Web Frameworks |
---|---|
GroupId | GroupIdde.novanic.gwteventservice |
ArtifactId | ArtifactIdeventservice |
Version | Version1.2.0 |
Type | Typejar |
Filename | Size |
---|---|
eventservice-1.2.0.pom | |
eventservice-1.2.0.jar | 72 KB |
eventservice-1.2.0-sources.jar | 82 KB |
eventservice-1.2.0-javadoc.jar | 486 KB |
Browse |
<!-- https://jarcasting.com/artifacts/de.novanic.gwteventservice/eventservice/ -->
<dependency>
<groupId>de.novanic.gwteventservice</groupId>
<artifactId>eventservice</artifactId>
<version>1.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/de.novanic.gwteventservice/eventservice/
implementation 'de.novanic.gwteventservice:eventservice:1.2.0'
// https://jarcasting.com/artifacts/de.novanic.gwteventservice/eventservice/
implementation ("de.novanic.gwteventservice:eventservice:1.2.0")
'de.novanic.gwteventservice:eventservice:jar:1.2.0'
<dependency org="de.novanic.gwteventservice" name="eventservice" rev="1.2.0">
<artifact name="eventservice" type="jar" />
</dependency>
@Grapes(
@Grab(group='de.novanic.gwteventservice', module='eventservice', version='1.2.0')
)
libraryDependencies += "de.novanic.gwteventservice" % "eventservice" % "1.2.0"
[de.novanic.gwteventservice/eventservice "1.2.0"]