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