| License |
License
Copyright (c) 2009, Perforce Software, Inc. All rights reserved.
|
|---|---|
| GroupId | GroupIdcom.github.amreenshaikh |
| ArtifactId | ArtifactIdhello |
| Last Version | Last Version1.0 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Descriptionhello
sample code for hello world
|
| Project URL |
Project URL |
| Filename | Size |
|---|---|
| hello-1.0.pom | |
| hello-1.0.jar | 2 KB |
| hello-1.0-sources.jar | 969 bytes |
| hello-1.0-javadoc.jar | 35 KB |
| Browse |
<!-- 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"]
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 3.8.1 |