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