GroupId | GroupIdcom.maukaim.opensource |
---|---|
ArtifactId | ArtifactIdcryptohub-plugins-annotation-processor |
Last Version | Last Version1.0.61 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionCryptohub Plugins Annotation Processor
Helper for plugin developers to create their plugin in the most suitable way to be integrated by
Cryptohub.
|
<!-- https://jarcasting.com/artifacts/com.maukaim.opensource/cryptohub-plugins-annotation-processor/ -->
<dependency>
<groupId>com.maukaim.opensource</groupId>
<artifactId>cryptohub-plugins-annotation-processor</artifactId>
<version>1.0.61</version>
</dependency>
// https://jarcasting.com/artifacts/com.maukaim.opensource/cryptohub-plugins-annotation-processor/
implementation 'com.maukaim.opensource:cryptohub-plugins-annotation-processor:1.0.61'
// https://jarcasting.com/artifacts/com.maukaim.opensource/cryptohub-plugins-annotation-processor/
implementation ("com.maukaim.opensource:cryptohub-plugins-annotation-processor:1.0.61")
'com.maukaim.opensource:cryptohub-plugins-annotation-processor:jar:1.0.61'
<dependency org="com.maukaim.opensource" name="cryptohub-plugins-annotation-processor" rev="1.0.61">
<artifact name="cryptohub-plugins-annotation-processor" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.maukaim.opensource', module='cryptohub-plugins-annotation-processor', version='1.0.61')
)
libraryDependencies += "com.maukaim.opensource" % "cryptohub-plugins-annotation-processor" % "1.0.61"
[com.maukaim.opensource/cryptohub-plugins-annotation-processor "1.0.61"]
Group / Artifact | Type | Version |
---|---|---|
com.google.auto.service : auto-service | jar | 1.0 |
Group / Artifact | Type | Version |
---|---|---|
com.maukaim.opensource : cryptohub-plugins-api | jar | ${project.version} |