GroupId | GroupIdorg.lintx.plugins.modules |
---|---|
ArtifactId | ArtifactIdCommandHelper |
Version | Version1.0.2 |
Type | Typejar |
Filename | Size |
---|---|
CommandHelper-1.0.2.pom | |
CommandHelper-1.0.2.jar | 31 KB |
CommandHelper-1.0.2-sources.jar | 17 KB |
CommandHelper-1.0.2-javadoc.jar | 117 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.lintx.plugins.modules/CommandHelper/ -->
<dependency>
<groupId>org.lintx.plugins.modules</groupId>
<artifactId>CommandHelper</artifactId>
<version>1.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.lintx.plugins.modules/CommandHelper/
implementation 'org.lintx.plugins.modules:CommandHelper:1.0.2'
// https://jarcasting.com/artifacts/org.lintx.plugins.modules/CommandHelper/
implementation ("org.lintx.plugins.modules:CommandHelper:1.0.2")
'org.lintx.plugins.modules:CommandHelper:jar:1.0.2'
<dependency org="org.lintx.plugins.modules" name="CommandHelper" rev="1.0.2">
<artifact name="CommandHelper" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.lintx.plugins.modules', module='CommandHelper', version='1.0.2')
)
libraryDependencies += "org.lintx.plugins.modules" % "CommandHelper" % "1.0.2"
[org.lintx.plugins.modules/CommandHelper "1.0.2"]