| Categories | CategoriesGWT (Google Web Toolkit) User Interface Web Frameworks ORM Data | 
|---|---|
| GroupId | GroupIdcom.gwtplatform | 
| ArtifactId | ArtifactIdgwtp-crawler-service | 
| Version | Version0.8-alpha-3 | 
| Type | Typejar | 
<!-- https://jarcasting.com/artifacts/com.gwtplatform/gwtp-crawler-service/ -->
<dependency>
    <groupId>com.gwtplatform</groupId>
    <artifactId>gwtp-crawler-service</artifactId>
    <version>0.8-alpha-3</version>
</dependency>// https://jarcasting.com/artifacts/com.gwtplatform/gwtp-crawler-service/
implementation 'com.gwtplatform:gwtp-crawler-service:0.8-alpha-3'// https://jarcasting.com/artifacts/com.gwtplatform/gwtp-crawler-service/
implementation ("com.gwtplatform:gwtp-crawler-service:0.8-alpha-3")'com.gwtplatform:gwtp-crawler-service:jar:0.8-alpha-3'<dependency org="com.gwtplatform" name="gwtp-crawler-service" rev="0.8-alpha-3">
  <artifact name="gwtp-crawler-service" type="jar" />
</dependency>@Grapes(
@Grab(group='com.gwtplatform', module='gwtp-crawler-service', version='0.8-alpha-3')
)libraryDependencies += "com.gwtplatform" % "gwtp-crawler-service" % "0.8-alpha-3"[com.gwtplatform/gwtp-crawler-service "0.8-alpha-3"]