GroupId | GroupIdcom.fhoster.livebase |
---|---|
ArtifactId | ArtifactIdcloudlet-spi-annotation-processor |
Version | Version0.0.1 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.fhoster.livebase/cloudlet-spi-annotation-processor/ -->
<dependency>
<groupId>com.fhoster.livebase</groupId>
<artifactId>cloudlet-spi-annotation-processor</artifactId>
<version>0.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.fhoster.livebase/cloudlet-spi-annotation-processor/
implementation 'com.fhoster.livebase:cloudlet-spi-annotation-processor:0.0.1'
// https://jarcasting.com/artifacts/com.fhoster.livebase/cloudlet-spi-annotation-processor/
implementation ("com.fhoster.livebase:cloudlet-spi-annotation-processor:0.0.1")
'com.fhoster.livebase:cloudlet-spi-annotation-processor:jar:0.0.1'
<dependency org="com.fhoster.livebase" name="cloudlet-spi-annotation-processor" rev="0.0.1">
<artifact name="cloudlet-spi-annotation-processor" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.fhoster.livebase', module='cloudlet-spi-annotation-processor', version='0.0.1')
)
libraryDependencies += "com.fhoster.livebase" % "cloudlet-spi-annotation-processor" % "0.0.1"
[com.fhoster.livebase/cloudlet-spi-annotation-processor "0.0.1"]