| GroupId | GroupIdfoundation.fluent.api |
|---|---|
| ArtifactId | ArtifactIdfluent-api-generator-annotations |
| Version | Version1.3 |
| Type | Typejar |
<!-- https://jarcasting.com/artifacts/foundation.fluent.api/fluent-api-generator-annotations/ -->
<dependency>
<groupId>foundation.fluent.api</groupId>
<artifactId>fluent-api-generator-annotations</artifactId>
<version>1.3</version>
</dependency>
// https://jarcasting.com/artifacts/foundation.fluent.api/fluent-api-generator-annotations/
implementation 'foundation.fluent.api:fluent-api-generator-annotations:1.3'
// https://jarcasting.com/artifacts/foundation.fluent.api/fluent-api-generator-annotations/
implementation ("foundation.fluent.api:fluent-api-generator-annotations:1.3")
'foundation.fluent.api:fluent-api-generator-annotations:jar:1.3'
<dependency org="foundation.fluent.api" name="fluent-api-generator-annotations" rev="1.3">
<artifact name="fluent-api-generator-annotations" type="jar" />
</dependency>
@Grapes(
@Grab(group='foundation.fluent.api', module='fluent-api-generator-annotations', version='1.3')
)
libraryDependencies += "foundation.fluent.api" % "fluent-api-generator-annotations" % "1.3"
[foundation.fluent.api/fluent-api-generator-annotations "1.3"]