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