GroupId | GroupIdcom.panayotis |
---|---|
ArtifactId | ArtifactIdappbundler |
Version | Version1.0.1 |
Type | Typejar |
Filename | Size |
---|---|
appbundler-1.0.1.pom | |
appbundler-1.0.1.jar | 165 KB |
appbundler-1.0.1-sources.jar | 136 KB |
appbundler-1.0.1-javadoc.jar | 72 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.panayotis/appbundler/ -->
<dependency>
<groupId>com.panayotis</groupId>
<artifactId>appbundler</artifactId>
<version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.panayotis/appbundler/
implementation 'com.panayotis:appbundler:1.0.1'
// https://jarcasting.com/artifacts/com.panayotis/appbundler/
implementation ("com.panayotis:appbundler:1.0.1")
'com.panayotis:appbundler:jar:1.0.1'
<dependency org="com.panayotis" name="appbundler" rev="1.0.1">
<artifact name="appbundler" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.panayotis', module='appbundler', version='1.0.1')
)
libraryDependencies += "com.panayotis" % "appbundler" % "1.0.1"
[com.panayotis/appbundler "1.0.1"]