GroupId | GroupIdcom.github.nobugboy |
---|---|
ArtifactId | ArtifactIdlucky-ui |
Version | Versionrelease-1.0.0 |
Type | Typejar |
Filename | Size |
---|---|
lucky-ui-release-1.0.0.pom | |
lucky-ui-release-1.0.0.jar | 630 KB |
lucky-ui-release-1.0.0-sources.jar | 628 KB |
lucky-ui-release-1.0.0-javadoc.jar | 24 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.nobugboy/lucky-ui/ -->
<dependency>
<groupId>com.github.nobugboy</groupId>
<artifactId>lucky-ui</artifactId>
<version>release-1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.nobugboy/lucky-ui/
implementation 'com.github.nobugboy:lucky-ui:release-1.0.0'
// https://jarcasting.com/artifacts/com.github.nobugboy/lucky-ui/
implementation ("com.github.nobugboy:lucky-ui:release-1.0.0")
'com.github.nobugboy:lucky-ui:jar:release-1.0.0'
<dependency org="com.github.nobugboy" name="lucky-ui" rev="release-1.0.0">
<artifact name="lucky-ui" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.nobugboy', module='lucky-ui', version='release-1.0.0')
)
libraryDependencies += "com.github.nobugboy" % "lucky-ui" % "release-1.0.0"
[com.github.nobugboy/lucky-ui "release-1.0.0"]