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