GroupId | GroupIdorg.tinygroup |
---|---|
ArtifactId | ArtifactIdorg.tinygroup.commandservice |
Version | Version1.2.4 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.tinygroup/org.tinygroup.commandservice/ -->
<dependency>
<groupId>org.tinygroup</groupId>
<artifactId>org.tinygroup.commandservice</artifactId>
<version>1.2.4</version>
</dependency>
// https://jarcasting.com/artifacts/org.tinygroup/org.tinygroup.commandservice/
implementation 'org.tinygroup:org.tinygroup.commandservice:1.2.4'
// https://jarcasting.com/artifacts/org.tinygroup/org.tinygroup.commandservice/
implementation ("org.tinygroup:org.tinygroup.commandservice:1.2.4")
'org.tinygroup:org.tinygroup.commandservice:jar:1.2.4'
<dependency org="org.tinygroup" name="org.tinygroup.commandservice" rev="1.2.4">
<artifact name="org.tinygroup.commandservice" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.tinygroup', module='org.tinygroup.commandservice', version='1.2.4')
)
libraryDependencies += "org.tinygroup" % "org.tinygroup.commandservice" % "1.2.4"
[org.tinygroup/org.tinygroup.commandservice "1.2.4"]