Categories |
CategoriesGWT (Google Web Toolkit) User Interface Web Frameworks |
---|---|
GroupId | GroupIdcom.github.nalukit |
ArtifactId | ArtifactIdnalu-plugin-gwt |
Version | Version2.3.0-gwt-2.8.2 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.github.nalukit/nalu-plugin-gwt/ -->
<dependency>
<groupId>com.github.nalukit</groupId>
<artifactId>nalu-plugin-gwt</artifactId>
<version>2.3.0-gwt-2.8.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.nalukit/nalu-plugin-gwt/
implementation 'com.github.nalukit:nalu-plugin-gwt:2.3.0-gwt-2.8.2'
// https://jarcasting.com/artifacts/com.github.nalukit/nalu-plugin-gwt/
implementation ("com.github.nalukit:nalu-plugin-gwt:2.3.0-gwt-2.8.2")
'com.github.nalukit:nalu-plugin-gwt:jar:2.3.0-gwt-2.8.2'
<dependency org="com.github.nalukit" name="nalu-plugin-gwt" rev="2.3.0-gwt-2.8.2">
<artifact name="nalu-plugin-gwt" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.nalukit', module='nalu-plugin-gwt', version='2.3.0-gwt-2.8.2')
)
libraryDependencies += "com.github.nalukit" % "nalu-plugin-gwt" % "2.3.0-gwt-2.8.2"
[com.github.nalukit/nalu-plugin-gwt "2.3.0-gwt-2.8.2"]