GroupId | GroupIddev.hilla |
---|---|
ArtifactId | ArtifactIdhilla |
Version | Version1.0.10 |
Type | Typejar |
Filename | Size |
---|---|
hilla-1.0.10.pom | |
hilla-1.0.10.jar | 4 KB |
Browse |
<!-- https://jarcasting.com/artifacts/dev.hilla/hilla/ -->
<dependency>
<groupId>dev.hilla</groupId>
<artifactId>hilla</artifactId>
<version>1.0.10</version>
</dependency>
// https://jarcasting.com/artifacts/dev.hilla/hilla/
implementation 'dev.hilla:hilla:1.0.10'
// https://jarcasting.com/artifacts/dev.hilla/hilla/
implementation ("dev.hilla:hilla:1.0.10")
'dev.hilla:hilla:jar:1.0.10'
<dependency org="dev.hilla" name="hilla" rev="1.0.10">
<artifact name="hilla" type="jar" />
</dependency>
@Grapes(
@Grab(group='dev.hilla', module='hilla', version='1.0.10')
)
libraryDependencies += "dev.hilla" % "hilla" % "1.0.10"
[dev.hilla/hilla "1.0.10"]