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