GroupId | GroupIdcom.github.ekahyukti |
---|---|
ArtifactId | ArtifactIdui-framework |
Version | Version0.0.6 |
Type | Typejar |
Filename | Size |
---|---|
ui-framework-0.0.6.pom | |
ui-framework-0.0.6.jar | 70 KB |
ui-framework-0.0.6-sources.jar | 35 KB |
ui-framework-0.0.6-javadoc.jar | 160 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.ekahyukti/ui-framework/ -->
<dependency>
<groupId>com.github.ekahyukti</groupId>
<artifactId>ui-framework</artifactId>
<version>0.0.6</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.ekahyukti/ui-framework/
implementation 'com.github.ekahyukti:ui-framework:0.0.6'
// https://jarcasting.com/artifacts/com.github.ekahyukti/ui-framework/
implementation ("com.github.ekahyukti:ui-framework:0.0.6")
'com.github.ekahyukti:ui-framework:jar:0.0.6'
<dependency org="com.github.ekahyukti" name="ui-framework" rev="0.0.6">
<artifact name="ui-framework" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.ekahyukti', module='ui-framework', version='0.0.6')
)
libraryDependencies += "com.github.ekahyukti" % "ui-framework" % "0.0.6"
[com.github.ekahyukti/ui-framework "0.0.6"]