GroupId | GroupIdcom.github.nalukit |
---|---|
ArtifactId | ArtifactIdnalu-processor |
Version | Version2.4.1-gwt-2.8.2 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.github.nalukit/nalu-processor/ -->
<dependency>
<groupId>com.github.nalukit</groupId>
<artifactId>nalu-processor</artifactId>
<version>2.4.1-gwt-2.8.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.nalukit/nalu-processor/
implementation 'com.github.nalukit:nalu-processor:2.4.1-gwt-2.8.2'
// https://jarcasting.com/artifacts/com.github.nalukit/nalu-processor/
implementation ("com.github.nalukit:nalu-processor:2.4.1-gwt-2.8.2")
'com.github.nalukit:nalu-processor:jar:2.4.1-gwt-2.8.2'
<dependency org="com.github.nalukit" name="nalu-processor" rev="2.4.1-gwt-2.8.2">
<artifact name="nalu-processor" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.nalukit', module='nalu-processor', version='2.4.1-gwt-2.8.2')
)
libraryDependencies += "com.github.nalukit" % "nalu-processor" % "2.4.1-gwt-2.8.2"
[com.github.nalukit/nalu-processor "2.4.1-gwt-2.8.2"]