| GroupId | GroupIdcom.exadel.flamingo |
|---|---|
| ArtifactId | ArtifactIdflamingo-service |
| Version | Version1.0.0 |
| Type | Typejar |
| Filename | Size |
|---|---|
| flamingo-service-1.0.0.pom | |
| flamingo-service-1.0.0.jar | 33 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.exadel.flamingo/flamingo-service/ -->
<dependency>
<groupId>com.exadel.flamingo</groupId>
<artifactId>flamingo-service</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.exadel.flamingo/flamingo-service/
implementation 'com.exadel.flamingo:flamingo-service:1.0.0'
// https://jarcasting.com/artifacts/com.exadel.flamingo/flamingo-service/
implementation ("com.exadel.flamingo:flamingo-service:1.0.0")
'com.exadel.flamingo:flamingo-service:jar:1.0.0'
<dependency org="com.exadel.flamingo" name="flamingo-service" rev="1.0.0">
<artifact name="flamingo-service" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.exadel.flamingo', module='flamingo-service', version='1.0.0')
)
libraryDependencies += "com.exadel.flamingo" % "flamingo-service" % "1.0.0"
[com.exadel.flamingo/flamingo-service "1.0.0"]