GroupId | GroupIddentaku |
---|---|
ArtifactId | ArtifactIdexample-web |
Version | Version20050208.175957 |
Type | Typejar |
Filename | Size |
---|---|
example-web-20050208.175957.pom | |
example-web-20050208.175957.jar | 10 KB |
Browse |
<!-- https://jarcasting.com/artifacts/dentaku/example-web/ -->
<dependency>
<groupId>dentaku</groupId>
<artifactId>example-web</artifactId>
<version>20050208.175957</version>
</dependency>
// https://jarcasting.com/artifacts/dentaku/example-web/
implementation 'dentaku:example-web:20050208.175957'
// https://jarcasting.com/artifacts/dentaku/example-web/
implementation ("dentaku:example-web:20050208.175957")
'dentaku:example-web:jar:20050208.175957'
<dependency org="dentaku" name="example-web" rev="20050208.175957">
<artifact name="example-web" type="jar" />
</dependency>
@Grapes(
@Grab(group='dentaku', module='example-web', version='20050208.175957')
)
libraryDependencies += "dentaku" % "example-web" % "20050208.175957"
[dentaku/example-web "20050208.175957"]