Categories |
CategoriesGWT (Google Web Toolkit) User Interface Web Frameworks Search Business Logic Libraries |
---|---|
GroupId | GroupIdorg.jresearch.gwtproject.core |
ArtifactId | ArtifactIdgwt-core |
Version | Version1.0 |
Type | Typejar |
Filename | Size |
---|---|
gwt-core-1.0.pom | |
gwt-core-1.0.jar | 31 KB |
gwt-core-1.0-sources.jar | 27 KB |
gwt-core-1.0-javadoc.jar | 157 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.jresearch.gwtproject.core/gwt-core/ -->
<dependency>
<groupId>org.jresearch.gwtproject.core</groupId>
<artifactId>gwt-core</artifactId>
<version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.jresearch.gwtproject.core/gwt-core/
implementation 'org.jresearch.gwtproject.core:gwt-core:1.0'
// https://jarcasting.com/artifacts/org.jresearch.gwtproject.core/gwt-core/
implementation ("org.jresearch.gwtproject.core:gwt-core:1.0")
'org.jresearch.gwtproject.core:gwt-core:jar:1.0'
<dependency org="org.jresearch.gwtproject.core" name="gwt-core" rev="1.0">
<artifact name="gwt-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.jresearch.gwtproject.core', module='gwt-core', version='1.0')
)
libraryDependencies += "org.jresearch.gwtproject.core" % "gwt-core" % "1.0"
[org.jresearch.gwtproject.core/gwt-core "1.0"]