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