Categories |
CategoriesGWT (Google Web Toolkit) User Interface Web Frameworks Angular |
---|---|
GroupId | GroupIdcom.asayama.docs.gwt.angular.examples |
ArtifactId | ArtifactIdTextInput |
Version | Version0.1.0 |
Type | Typejar |
Filename | Size |
---|---|
TextInput-0.1.0.pom | |
TextInput-0.1.0.jar | 9 KB |
TextInput-0.1.0-sources.jar | 4 KB |
TextInput-0.1.0-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.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.asayama.docs.gwt.angular.examples/TextInput/
implementation 'com.asayama.docs.gwt.angular.examples:TextInput:0.1.0'
// https://jarcasting.com/artifacts/com.asayama.docs.gwt.angular.examples/TextInput/
implementation ("com.asayama.docs.gwt.angular.examples:TextInput:0.1.0")
'com.asayama.docs.gwt.angular.examples:TextInput:jar:0.1.0'
<dependency org="com.asayama.docs.gwt.angular.examples" name="TextInput" rev="0.1.0">
<artifact name="TextInput" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.asayama.docs.gwt.angular.examples', module='TextInput', version='0.1.0')
)
libraryDependencies += "com.asayama.docs.gwt.angular.examples" % "TextInput" % "0.1.0"
[com.asayama.docs.gwt.angular.examples/TextInput "0.1.0"]