| GroupId | GroupIddentaku |
|---|---|
| ArtifactId | ArtifactIddentaku-services |
| Version | Version0.8 |
| Type | Typejar |
| Filename | Size |
|---|---|
| dentaku-services-0.8.pom | |
| dentaku-services-0.8.jar | 329 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/dentaku/dentaku-services/ -->
<dependency>
<groupId>dentaku</groupId>
<artifactId>dentaku-services</artifactId>
<version>0.8</version>
</dependency>
// https://jarcasting.com/artifacts/dentaku/dentaku-services/
implementation 'dentaku:dentaku-services:0.8'
// https://jarcasting.com/artifacts/dentaku/dentaku-services/
implementation ("dentaku:dentaku-services:0.8")
'dentaku:dentaku-services:jar:0.8'
<dependency org="dentaku" name="dentaku-services" rev="0.8">
<artifact name="dentaku-services" type="jar" />
</dependency>
@Grapes(
@Grab(group='dentaku', module='dentaku-services', version='0.8')
)
libraryDependencies += "dentaku" % "dentaku-services" % "0.8"
[dentaku/dentaku-services "0.8"]