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