Categories |
CategoriesNet |
---|---|
GroupId | GroupIdorg.javalite |
ArtifactId | ArtifactIdjavalite-hornet-nest |
Version | Version1.12 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.javalite/javalite-hornet-nest/ -->
<dependency>
<groupId>org.javalite</groupId>
<artifactId>javalite-hornet-nest</artifactId>
<version>1.12</version>
</dependency>
// https://jarcasting.com/artifacts/org.javalite/javalite-hornet-nest/
implementation 'org.javalite:javalite-hornet-nest:1.12'
// https://jarcasting.com/artifacts/org.javalite/javalite-hornet-nest/
implementation ("org.javalite:javalite-hornet-nest:1.12")
'org.javalite:javalite-hornet-nest:jar:1.12'
<dependency org="org.javalite" name="javalite-hornet-nest" rev="1.12">
<artifact name="javalite-hornet-nest" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.javalite', module='javalite-hornet-nest', version='1.12')
)
libraryDependencies += "org.javalite" % "javalite-hornet-nest" % "1.12"
[org.javalite/javalite-hornet-nest "1.12"]