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