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