GroupId | GroupIdcom.github.henkexbg |
---|---|
ArtifactId | ArtifactIdgallery |
Version | Version0.4.2 |
Type | Typewar |
Filename | Size |
---|---|
gallery-0.4.2.pom | |
gallery-0.4.2.war | 11 MB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.henkexbg/gallery/ -->
<dependency>
<groupId>com.github.henkexbg</groupId>
<artifactId>gallery</artifactId>
<version>0.4.2</version>
<type>war</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.henkexbg/gallery/
implementation 'com.github.henkexbg:gallery:0.4.2'
// https://jarcasting.com/artifacts/com.github.henkexbg/gallery/
implementation ("com.github.henkexbg:gallery:0.4.2")
'com.github.henkexbg:gallery:war:0.4.2'
<dependency org="com.github.henkexbg" name="gallery" rev="0.4.2">
<artifact name="gallery" type="war" />
</dependency>
@Grapes(
@Grab(group='com.github.henkexbg', module='gallery', version='0.4.2')
)
libraryDependencies += "com.github.henkexbg" % "gallery" % "0.4.2"
[com.github.henkexbg/gallery "0.4.2"]