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