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