| Categories |
CategoriesGWT (Google Web Toolkit) User Interface Web Frameworks Net |
|---|---|
| GroupId | GroupIdde.knightsoft-net |
| ArtifactId | ArtifactIdgwt-seo |
| Version | Version0.3.1 |
| Type | Typejar |
| Filename | Size |
|---|---|
| gwt-seo-0.3.1.pom | |
| gwt-seo-0.3.1.jar | 44 KB |
| gwt-seo-0.3.1-sources.jar | 22 KB |
| gwt-seo-0.3.1-javadoc.jar | 159 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/de.knightsoft-net/gwt-seo/ -->
<dependency>
<groupId>de.knightsoft-net</groupId>
<artifactId>gwt-seo</artifactId>
<version>0.3.1</version>
</dependency>
// https://jarcasting.com/artifacts/de.knightsoft-net/gwt-seo/
implementation 'de.knightsoft-net:gwt-seo:0.3.1'
// https://jarcasting.com/artifacts/de.knightsoft-net/gwt-seo/
implementation ("de.knightsoft-net:gwt-seo:0.3.1")
'de.knightsoft-net:gwt-seo:jar:0.3.1'
<dependency org="de.knightsoft-net" name="gwt-seo" rev="0.3.1">
<artifact name="gwt-seo" type="jar" />
</dependency>
@Grapes(
@Grab(group='de.knightsoft-net', module='gwt-seo', version='0.3.1')
)
libraryDependencies += "de.knightsoft-net" % "gwt-seo" % "0.3.1"
[de.knightsoft-net/gwt-seo "0.3.1"]