Categories |
CategoriesGWT (Google Web Toolkit) User Interface Web Frameworks |
---|---|
GroupId | GroupIdcom.github.nalukit |
ArtifactId | ArtifactIdnalu-plugin-gwt |
Version | Version1.0.0-RC-1 |
Type | Typejar |
Filename | Size |
---|---|
nalu-plugin-gwt-1.0.0-RC-1.pom | |
nalu-plugin-gwt-1.0.0-RC-1.jar | 18 KB |
nalu-plugin-gwt-1.0.0-RC-1-sources.jar | 10 KB |
nalu-plugin-gwt-1.0.0-RC-1-javadoc.jar | 81 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.nalukit/nalu-plugin-gwt/ -->
<dependency>
<groupId>com.github.nalukit</groupId>
<artifactId>nalu-plugin-gwt</artifactId>
<version>1.0.0-RC-1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.nalukit/nalu-plugin-gwt/
implementation 'com.github.nalukit:nalu-plugin-gwt:1.0.0-RC-1'
// https://jarcasting.com/artifacts/com.github.nalukit/nalu-plugin-gwt/
implementation ("com.github.nalukit:nalu-plugin-gwt:1.0.0-RC-1")
'com.github.nalukit:nalu-plugin-gwt:jar:1.0.0-RC-1'
<dependency org="com.github.nalukit" name="nalu-plugin-gwt" rev="1.0.0-RC-1">
<artifact name="nalu-plugin-gwt" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.nalukit', module='nalu-plugin-gwt', version='1.0.0-RC-1')
)
libraryDependencies += "com.github.nalukit" % "nalu-plugin-gwt" % "1.0.0-RC-1"
[com.github.nalukit/nalu-plugin-gwt "1.0.0-RC-1"]