GroupId | GroupIdtech.aroma |
---|---|
ArtifactId | ArtifactIdaroma-service |
Version | Version1.2 |
Type | Typejar |
Filename | Size |
---|---|
aroma-service-1.2.pom | |
aroma-service-1.2.jar | 152 KB |
aroma-service-1.2-sources.jar | 77 KB |
aroma-service-1.2-javadoc.jar | 114 KB |
aroma-service-1.2-bin.zip | 22 MB |
Browse |
<!-- https://jarcasting.com/artifacts/tech.aroma/aroma-service/ -->
<dependency>
<groupId>tech.aroma</groupId>
<artifactId>aroma-service</artifactId>
<version>1.2</version>
</dependency>
// https://jarcasting.com/artifacts/tech.aroma/aroma-service/
implementation 'tech.aroma:aroma-service:1.2'
// https://jarcasting.com/artifacts/tech.aroma/aroma-service/
implementation ("tech.aroma:aroma-service:1.2")
'tech.aroma:aroma-service:jar:1.2'
<dependency org="tech.aroma" name="aroma-service" rev="1.2">
<artifact name="aroma-service" type="jar" />
</dependency>
@Grapes(
@Grab(group='tech.aroma', module='aroma-service', version='1.2')
)
libraryDependencies += "tech.aroma" % "aroma-service" % "1.2"
[tech.aroma/aroma-service "1.2"]