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