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