GroupId | GroupIdorg.tinygroup |
---|---|
ArtifactId | ArtifactIdtinyuicomponent |
Version | Version1.2.2 |
Type | Typepom |
Filename | Size |
---|---|
tinyuicomponent-1.2.2.pom | 4 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.tinygroup/tinyuicomponent/ -->
<dependency>
<groupId>org.tinygroup</groupId>
<artifactId>tinyuicomponent</artifactId>
<version>1.2.2</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.tinygroup/tinyuicomponent/
implementation 'org.tinygroup:tinyuicomponent:1.2.2'
// https://jarcasting.com/artifacts/org.tinygroup/tinyuicomponent/
implementation ("org.tinygroup:tinyuicomponent:1.2.2")
'org.tinygroup:tinyuicomponent:pom:1.2.2'
<dependency org="org.tinygroup" name="tinyuicomponent" rev="1.2.2">
<artifact name="tinyuicomponent" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.tinygroup', module='tinyuicomponent', version='1.2.2')
)
libraryDependencies += "org.tinygroup" % "tinyuicomponent" % "1.2.2"
[org.tinygroup/tinyuicomponent "1.2.2"]