Categories |
CategoriesGWT (Google Web Toolkit) User Interface Web Frameworks Angular |
---|---|
GroupId | GroupIdcom.asayama.docs.gwt.angular.examples |
ArtifactId | ArtifactIdTextInput |
Version | Version0.0.66 |
Type | Typejar |
Filename | Size |
---|---|
TextInput-0.0.66.pom | |
TextInput-0.0.66.jar | 8 KB |
TextInput-0.0.66-sources.jar | 5 KB |
TextInput-0.0.66-javadoc.jar | 46 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.asayama.docs.gwt.angular.examples/TextInput/ -->
<dependency>
<groupId>com.asayama.docs.gwt.angular.examples</groupId>
<artifactId>TextInput</artifactId>
<version>0.0.66</version>
</dependency>
// https://jarcasting.com/artifacts/com.asayama.docs.gwt.angular.examples/TextInput/
implementation 'com.asayama.docs.gwt.angular.examples:TextInput:0.0.66'
// https://jarcasting.com/artifacts/com.asayama.docs.gwt.angular.examples/TextInput/
implementation ("com.asayama.docs.gwt.angular.examples:TextInput:0.0.66")
'com.asayama.docs.gwt.angular.examples:TextInput:jar:0.0.66'
<dependency org="com.asayama.docs.gwt.angular.examples" name="TextInput" rev="0.0.66">
<artifact name="TextInput" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.asayama.docs.gwt.angular.examples', module='TextInput', version='0.0.66')
)
libraryDependencies += "com.asayama.docs.gwt.angular.examples" % "TextInput" % "0.0.66"
[com.asayama.docs.gwt.angular.examples/TextInput "0.0.66"]