GroupId | GroupIdru.opensecreto |
---|---|
ArtifactId | ArtifactIdjcommands |
Version | Version1.2.1 |
Type | Typejar |
Filename | Size |
---|---|
jcommands-1.2.1.pom | |
jcommands-1.2.1.jar | 5 KB |
jcommands-1.2.1-sources.jar | 2 KB |
jcommands-1.2.1-javadoc.jar | 27 KB |
Browse |
<!-- https://jarcasting.com/artifacts/ru.opensecreto/jcommands/ -->
<dependency>
<groupId>ru.opensecreto</groupId>
<artifactId>jcommands</artifactId>
<version>1.2.1</version>
</dependency>
// https://jarcasting.com/artifacts/ru.opensecreto/jcommands/
implementation 'ru.opensecreto:jcommands:1.2.1'
// https://jarcasting.com/artifacts/ru.opensecreto/jcommands/
implementation ("ru.opensecreto:jcommands:1.2.1")
'ru.opensecreto:jcommands:jar:1.2.1'
<dependency org="ru.opensecreto" name="jcommands" rev="1.2.1">
<artifact name="jcommands" type="jar" />
</dependency>
@Grapes(
@Grab(group='ru.opensecreto', module='jcommands', version='1.2.1')
)
libraryDependencies += "ru.opensecreto" % "jcommands" % "1.2.1"
[ru.opensecreto/jcommands "1.2.1"]