Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdcom.github.ansell.pellet |
ArtifactId | ArtifactIdpellet-cli |
Version | Version2.3.3 |
Type | Typejar |
Filename | Size |
---|---|
pellet-cli-2.3.3.pom | |
pellet-cli-2.3.3.jar | 75 KB |
pellet-cli-2.3.3-tests.jar | 1 KB |
pellet-cli-2.3.3-sources.jar | 39 KB |
pellet-cli-2.3.3-javadoc.jar | 119 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.ansell.pellet/pellet-cli/ -->
<dependency>
<groupId>com.github.ansell.pellet</groupId>
<artifactId>pellet-cli</artifactId>
<version>2.3.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.ansell.pellet/pellet-cli/
implementation 'com.github.ansell.pellet:pellet-cli:2.3.3'
// https://jarcasting.com/artifacts/com.github.ansell.pellet/pellet-cli/
implementation ("com.github.ansell.pellet:pellet-cli:2.3.3")
'com.github.ansell.pellet:pellet-cli:jar:2.3.3'
<dependency org="com.github.ansell.pellet" name="pellet-cli" rev="2.3.3">
<artifact name="pellet-cli" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.ansell.pellet', module='pellet-cli', version='2.3.3')
)
libraryDependencies += "com.github.ansell.pellet" % "pellet-cli" % "2.3.3"
[com.github.ansell.pellet/pellet-cli "2.3.3"]