License |
License |
---|---|
GroupId | GroupIdcom.psiwray.organization |
ArtifactId | ArtifactIdhello-world |
Last Version | Last Version2.0.1 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionhello-world
Sample project used to verify the Maven Central repository publishing configuration.
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
hello-world-2.0.1.pom | |
hello-world-2.0.1.jar | 3 KB |
hello-world-2.0.1-sources.jar | 3 KB |
hello-world-2.0.1-javadoc.jar | 390 KB |
Browse |
<!-- 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"]
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.13.2 |