License |
License |
---|---|
GroupId | GroupIdcom.nutanix.example |
ArtifactId | ArtifactIdhellonutanixworld |
Version | Versionv0.0.12 |
Type | Typejar |
Description |
Descriptioncom.nutanix.example:hellonutanixworld
A hello world demo for deployment to the Central Repository via OSSRH
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
hellonutanixworld-v0.0.12.pom | |
hellonutanixworld-v0.0.12.jar | 3 KB |
hellonutanixworld-v0.0.12-sources.jar | 205 bytes |
hellonutanixworld-v0.0.12-javadoc.jar | 206 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/com.nutanix.example/hellonutanixworld/ -->
<dependency>
<groupId>com.nutanix.example</groupId>
<artifactId>hellonutanixworld</artifactId>
<version>v0.0.12</version>
</dependency>
// https://jarcasting.com/artifacts/com.nutanix.example/hellonutanixworld/
implementation 'com.nutanix.example:hellonutanixworld:v0.0.12'
// https://jarcasting.com/artifacts/com.nutanix.example/hellonutanixworld/
implementation ("com.nutanix.example:hellonutanixworld:v0.0.12")
'com.nutanix.example:hellonutanixworld:jar:v0.0.12'
<dependency org="com.nutanix.example" name="hellonutanixworld" rev="v0.0.12">
<artifact name="hellonutanixworld" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.nutanix.example', module='hellonutanixworld', version='v0.0.12')
)
libraryDependencies += "com.nutanix.example" % "hellonutanixworld" % "v0.0.12"
[com.nutanix.example/hellonutanixworld "v0.0.12"]
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.11 |