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