GroupId | GroupIdcom.github.nalukit |
---|---|
ArtifactId | ArtifactIdnalu-processor |
Version | Version2.0.0-rc-3 |
Type | Typejar |
Filename | Size |
---|---|
nalu-processor-2.0.0-rc-3.pom | |
nalu-processor-2.0.0-rc-3.jar | 235 KB |
nalu-processor-2.0.0-rc-3-sources.jar | 116 KB |
nalu-processor-2.0.0-rc-3-javadoc.jar | 620 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.nalukit/nalu-processor/ -->
<dependency>
<groupId>com.github.nalukit</groupId>
<artifactId>nalu-processor</artifactId>
<version>2.0.0-rc-3</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.nalukit/nalu-processor/
implementation 'com.github.nalukit:nalu-processor:2.0.0-rc-3'
// https://jarcasting.com/artifacts/com.github.nalukit/nalu-processor/
implementation ("com.github.nalukit:nalu-processor:2.0.0-rc-3")
'com.github.nalukit:nalu-processor:jar:2.0.0-rc-3'
<dependency org="com.github.nalukit" name="nalu-processor" rev="2.0.0-rc-3">
<artifact name="nalu-processor" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.nalukit', module='nalu-processor', version='2.0.0-rc-3')
)
libraryDependencies += "com.github.nalukit" % "nalu-processor" % "2.0.0-rc-3"
[com.github.nalukit/nalu-processor "2.0.0-rc-3"]