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