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