is not current version
Last Version 2.0.1

com.psiwray.organization:hello-world 2.0.0

Sample project used to verify the Maven Central repository publishing configuration.

GroupId

GroupId

com.psiwray.organization
ArtifactId

ArtifactId

hello-world
Version

Version

2.0.0
Type

Type

jar

Download hello-world 2.0.0


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