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