GroupId | GroupIdit.espr |
---|---|
ArtifactId | ArtifactIdesprit-gae |
Version | Version0.0.4 |
Type | Typejar |
Filename | Size |
---|---|
esprit-gae-0.0.4.pom | |
esprit-gae-0.0.4.jar | 16 KB |
esprit-gae-0.0.4-sources.jar | 7 KB |
esprit-gae-0.0.4-javadoc.jar | 89 KB |
Browse |
<!-- https://jarcasting.com/artifacts/it.espr/esprit-gae/ -->
<dependency>
<groupId>it.espr</groupId>
<artifactId>esprit-gae</artifactId>
<version>0.0.4</version>
</dependency>
// https://jarcasting.com/artifacts/it.espr/esprit-gae/
implementation 'it.espr:esprit-gae:0.0.4'
// https://jarcasting.com/artifacts/it.espr/esprit-gae/
implementation ("it.espr:esprit-gae:0.0.4")
'it.espr:esprit-gae:jar:0.0.4'
<dependency org="it.espr" name="esprit-gae" rev="0.0.4">
<artifact name="esprit-gae" type="jar" />
</dependency>
@Grapes(
@Grab(group='it.espr', module='esprit-gae', version='0.0.4')
)
libraryDependencies += "it.espr" % "esprit-gae" % "0.0.4"
[it.espr/esprit-gae "0.0.4"]