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