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