Categories |
CategoriesGWT (Google Web Toolkit) User Interface Web Frameworks |
---|---|
GroupId | GroupIdcom.jpattern |
ArtifactId | ArtifactIdjpattern-gwt |
Version | Version2.45.4 |
Type | Typejar |
Filename | Size |
---|---|
jpattern-gwt-2.45.4.pom | |
jpattern-gwt-2.45.4.jar | 239 KB |
jpattern-gwt-2.45.4-sources.jar | 94 KB |
jpattern-gwt-2.45.4-javadoc.jar | 842 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.jpattern/jpattern-gwt/ -->
<dependency>
<groupId>com.jpattern</groupId>
<artifactId>jpattern-gwt</artifactId>
<version>2.45.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.jpattern/jpattern-gwt/
implementation 'com.jpattern:jpattern-gwt:2.45.4'
// https://jarcasting.com/artifacts/com.jpattern/jpattern-gwt/
implementation ("com.jpattern:jpattern-gwt:2.45.4")
'com.jpattern:jpattern-gwt:jar:2.45.4'
<dependency org="com.jpattern" name="jpattern-gwt" rev="2.45.4">
<artifact name="jpattern-gwt" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.jpattern', module='jpattern-gwt', version='2.45.4')
)
libraryDependencies += "com.jpattern" % "jpattern-gwt" % "2.45.4"
[com.jpattern/jpattern-gwt "2.45.4"]