GroupId | GroupIdcom.fhoster.livebase |
---|---|
ArtifactId | ArtifactIdcloudlet-spi-annotation-processor |
Version | Version2.48 |
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>2.48</version>
</dependency>
// https://jarcasting.com/artifacts/com.fhoster.livebase/cloudlet-spi-annotation-processor/
implementation 'com.fhoster.livebase:cloudlet-spi-annotation-processor:2.48'
// https://jarcasting.com/artifacts/com.fhoster.livebase/cloudlet-spi-annotation-processor/
implementation ("com.fhoster.livebase:cloudlet-spi-annotation-processor:2.48")
'com.fhoster.livebase:cloudlet-spi-annotation-processor:jar:2.48'
<dependency org="com.fhoster.livebase" name="cloudlet-spi-annotation-processor" rev="2.48">
<artifact name="cloudlet-spi-annotation-processor" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.fhoster.livebase', module='cloudlet-spi-annotation-processor', version='2.48')
)
libraryDependencies += "com.fhoster.livebase" % "cloudlet-spi-annotation-processor" % "2.48"
[com.fhoster.livebase/cloudlet-spi-annotation-processor "2.48"]