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