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