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