is not current version
Last Version 2.0.1

com.psiwray.organization:hello-world 0.1.2

A simple project used to test the deploy functionality. Do not use

GroupId

GroupId

com.psiwray.organization
ArtifactId

ArtifactId

hello-world
Version

Version

0.1.2
Type

Type

jar

Download hello-world 0.1.2


<!-- 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"]