Last Version

hello 1.0

sample code for hello world

License

License

Copyright (c) 2009, Perforce Software, Inc. All rights reserved.
GroupId

GroupId

com.github.amreenshaikh
ArtifactId

ArtifactId

hello
Version

Version

1.0
Type

Type

jar
Description

Description

hello
sample code for hello world
Project URL

Project URL

https://github.com/amreenshaikh/hello

Download hello 1.0


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

Dependencies

test (1)

Group / Artifact Type Version
junit : junit jar 3.8.1

Project Modules

There are no modules declared in this project.