Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdorg.nuunframework |
ArtifactId | ArtifactIdnuun-cli-plugin |
Version | Version1.0.4 |
Type | Typejar |
Filename | Size |
---|---|
nuun-cli-plugin-1.0.4.pom | |
nuun-cli-plugin-1.0.4.jar | 32 KB |
nuun-cli-plugin-1.0.4-sources.jar | 20 KB |
nuun-cli-plugin-1.0.4-javadoc.jar | 71 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.nuunframework/nuun-cli-plugin/ -->
<dependency>
<groupId>org.nuunframework</groupId>
<artifactId>nuun-cli-plugin</artifactId>
<version>1.0.4</version>
</dependency>
// https://jarcasting.com/artifacts/org.nuunframework/nuun-cli-plugin/
implementation 'org.nuunframework:nuun-cli-plugin:1.0.4'
// https://jarcasting.com/artifacts/org.nuunframework/nuun-cli-plugin/
implementation ("org.nuunframework:nuun-cli-plugin:1.0.4")
'org.nuunframework:nuun-cli-plugin:jar:1.0.4'
<dependency org="org.nuunframework" name="nuun-cli-plugin" rev="1.0.4">
<artifact name="nuun-cli-plugin" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.nuunframework', module='nuun-cli-plugin', version='1.0.4')
)
libraryDependencies += "org.nuunframework" % "nuun-cli-plugin" % "1.0.4"
[org.nuunframework/nuun-cli-plugin "1.0.4"]