GroupId | GroupIdcom.github.ksoichiro |
---|---|
ArtifactId | ArtifactIdrichbuttons-parent |
Version | Version0.1.0 |
Type | Typepom |
Filename | Size |
---|---|
richbuttons-parent-0.1.0.pom | 8 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.ksoichiro/richbuttons-parent/ -->
<dependency>
<groupId>com.github.ksoichiro</groupId>
<artifactId>richbuttons-parent</artifactId>
<version>0.1.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.ksoichiro/richbuttons-parent/
implementation 'com.github.ksoichiro:richbuttons-parent:0.1.0'
// https://jarcasting.com/artifacts/com.github.ksoichiro/richbuttons-parent/
implementation ("com.github.ksoichiro:richbuttons-parent:0.1.0")
'com.github.ksoichiro:richbuttons-parent:pom:0.1.0'
<dependency org="com.github.ksoichiro" name="richbuttons-parent" rev="0.1.0">
<artifact name="richbuttons-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.ksoichiro', module='richbuttons-parent', version='0.1.0')
)
libraryDependencies += "com.github.ksoichiro" % "richbuttons-parent" % "0.1.0"
[com.github.ksoichiro/richbuttons-parent "0.1.0"]