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