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