Last Version

hello-world 2.0.1

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

License

License

GroupId

GroupId

com.psiwray.organization
ArtifactId

ArtifactId

hello-world
Version

Version

2.0.1
Type

Type

jar
Description

Description

hello-world
Sample project used to verify the Maven Central repository publishing configuration.
Project URL

Project URL

https://psiwray.com
Project Organization

Project Organization

psiwray
Source Code Management

Source Code Management

https://github.com/psiwray-corp/hello-world

Download hello-world 2.0.1


<!-- https://jarcasting.com/artifacts/com.psiwray.organization/hello-world/ -->
<dependency>
    <groupId>com.psiwray.organization</groupId>
    <artifactId>hello-world</artifactId>
    <version>2.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.psiwray.organization/hello-world/
implementation 'com.psiwray.organization:hello-world:2.0.1'
// https://jarcasting.com/artifacts/com.psiwray.organization/hello-world/
implementation ("com.psiwray.organization:hello-world:2.0.1")
'com.psiwray.organization:hello-world:jar:2.0.1'
<dependency org="com.psiwray.organization" name="hello-world" rev="2.0.1">
  <artifact name="hello-world" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.psiwray.organization', module='hello-world', version='2.0.1')
)
libraryDependencies += "com.psiwray.organization" % "hello-world" % "2.0.1"
[com.psiwray.organization/hello-world "2.0.1"]

Dependencies

compile (1)

Group / Artifact Type Version
junit : junit jar 4.13.2

Project Modules

There are no modules declared in this project.