GroupId | GroupIdcom.psiwray.organization |
---|---|
ArtifactId | ArtifactIdhello-world |
Version | Version2.0.0 |
Type | Typejar |
Filename | Size |
---|---|
hello-world-2.0.0.pom | |
hello-world-2.0.0.jar | 3 KB |
hello-world-2.0.0-sources.jar | 932 bytes |
hello-world-2.0.0-javadoc.jar | 389 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.psiwray.organization/hello-world/ -->
<dependency>
<groupId>com.psiwray.organization</groupId>
<artifactId>hello-world</artifactId>
<version>2.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.psiwray.organization/hello-world/
implementation 'com.psiwray.organization:hello-world:2.0.0'
// https://jarcasting.com/artifacts/com.psiwray.organization/hello-world/
implementation ("com.psiwray.organization:hello-world:2.0.0")
'com.psiwray.organization:hello-world:jar:2.0.0'
<dependency org="com.psiwray.organization" name="hello-world" rev="2.0.0">
<artifact name="hello-world" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.psiwray.organization', module='hello-world', version='2.0.0')
)
libraryDependencies += "com.psiwray.organization" % "hello-world" % "2.0.0"
[com.psiwray.organization/hello-world "2.0.0"]