Categories |
CategoriesGWT (Google Web Toolkit) User Interface Web Frameworks |
---|---|
GroupId | GroupIdcom.peruncs.gwt |
ArtifactId | ArtifactIdgwt-jwt |
Version | Version0.0.2 |
Type | Typejar |
Filename | Size |
---|---|
gwt-jwt-0.0.2.pom | |
gwt-jwt-0.0.2.jar | 42 KB |
gwt-jwt-0.0.2-sources.jar | 16 KB |
gwt-jwt-0.0.2-javadoc.jar | 122 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.peruncs.gwt/gwt-jwt/ -->
<dependency>
<groupId>com.peruncs.gwt</groupId>
<artifactId>gwt-jwt</artifactId>
<version>0.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.peruncs.gwt/gwt-jwt/
implementation 'com.peruncs.gwt:gwt-jwt:0.0.2'
// https://jarcasting.com/artifacts/com.peruncs.gwt/gwt-jwt/
implementation ("com.peruncs.gwt:gwt-jwt:0.0.2")
'com.peruncs.gwt:gwt-jwt:jar:0.0.2'
<dependency org="com.peruncs.gwt" name="gwt-jwt" rev="0.0.2">
<artifact name="gwt-jwt" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.peruncs.gwt', module='gwt-jwt', version='0.0.2')
)
libraryDependencies += "com.peruncs.gwt" % "gwt-jwt" % "0.0.2"
[com.peruncs.gwt/gwt-jwt "0.0.2"]