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