| GroupId | GroupIdcom.nu-art-software |
|---|---|
| ArtifactId | ArtifactIdgeneric-processor |
| Version | Version0.9.9 |
| Type | Typejar |
| Filename | Size |
|---|---|
| generic-processor-0.9.9.pom | |
| generic-processor-0.9.9.jar | 4 KB |
| generic-processor-0.9.9-sources.jar | 5 KB |
| generic-processor-0.9.9-javadoc.jar | 38 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.nu-art-software/generic-processor/ -->
<dependency>
<groupId>com.nu-art-software</groupId>
<artifactId>generic-processor</artifactId>
<version>0.9.9</version>
</dependency>
// https://jarcasting.com/artifacts/com.nu-art-software/generic-processor/
implementation 'com.nu-art-software:generic-processor:0.9.9'
// https://jarcasting.com/artifacts/com.nu-art-software/generic-processor/
implementation ("com.nu-art-software:generic-processor:0.9.9")
'com.nu-art-software:generic-processor:jar:0.9.9'
<dependency org="com.nu-art-software" name="generic-processor" rev="0.9.9">
<artifact name="generic-processor" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.nu-art-software', module='generic-processor', version='0.9.9')
)
libraryDependencies += "com.nu-art-software" % "generic-processor" % "0.9.9"
[com.nu-art-software/generic-processor "0.9.9"]