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