GroupId | GroupIddentaku |
---|---|
ArtifactId | ArtifactIdexample-web |
Version | Version0.7 |
Type | Typewar |
Filename | Size |
---|---|
example-web-0.7.pom | |
example-web-0.7.war | 2 MB |
Browse |
<!-- https://jarcasting.com/artifacts/dentaku/example-web/ -->
<dependency>
<groupId>dentaku</groupId>
<artifactId>example-web</artifactId>
<version>0.7</version>
<type>war</type>
</dependency>
// https://jarcasting.com/artifacts/dentaku/example-web/
implementation 'dentaku:example-web:0.7'
// https://jarcasting.com/artifacts/dentaku/example-web/
implementation ("dentaku:example-web:0.7")
'dentaku:example-web:war:0.7'
<dependency org="dentaku" name="example-web" rev="0.7">
<artifact name="example-web" type="war" />
</dependency>
@Grapes(
@Grab(group='dentaku', module='example-web', version='0.7')
)
libraryDependencies += "dentaku" % "example-web" % "0.7"
[dentaku/example-web "0.7"]