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