Categories |
CategoriesNet |
---|---|
GroupId | GroupIdnet.jakubec |
ArtifactId | ArtifactIdimage-panel |
Version | Version0.2 |
Type | Typejar |
Filename | Size |
---|---|
image-panel-0.2.pom | |
image-panel-0.2.jar | 139 KB |
image-panel-0.2-sources.jar | 115 KB |
image-panel-0.2-javadoc.jar | 589 KB |
Browse |
<!-- https://jarcasting.com/artifacts/net.jakubec/image-panel/ -->
<dependency>
<groupId>net.jakubec</groupId>
<artifactId>image-panel</artifactId>
<version>0.2</version>
</dependency>
// https://jarcasting.com/artifacts/net.jakubec/image-panel/
implementation 'net.jakubec:image-panel:0.2'
// https://jarcasting.com/artifacts/net.jakubec/image-panel/
implementation ("net.jakubec:image-panel:0.2")
'net.jakubec:image-panel:jar:0.2'
<dependency org="net.jakubec" name="image-panel" rev="0.2">
<artifact name="image-panel" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.jakubec', module='image-panel', version='0.2')
)
libraryDependencies += "net.jakubec" % "image-panel" % "0.2"
[net.jakubec/image-panel "0.2"]