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