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