| GroupId | GroupIdcom.github.nalim2 |
|---|---|
| ArtifactId | ArtifactIdhello-world |
| Version | Version0.1.0 |
| Type | Typejar |
| Filename | Size |
|---|---|
| hello-world-0.1.0.pom | |
| hello-world-0.1.0.jar | 57 KB |
| hello-world-0.1.0-sources.jar | 26 KB |
| hello-world-0.1.0-javadoc.jar | 517 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.nalim2/hello-world/ -->
<dependency>
<groupId>com.github.nalim2</groupId>
<artifactId>hello-world</artifactId>
<version>0.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.nalim2/hello-world/
implementation 'com.github.nalim2:hello-world:0.1.0'
// https://jarcasting.com/artifacts/com.github.nalim2/hello-world/
implementation ("com.github.nalim2:hello-world:0.1.0")
'com.github.nalim2:hello-world:jar:0.1.0'
<dependency org="com.github.nalim2" name="hello-world" rev="0.1.0">
<artifact name="hello-world" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.nalim2', module='hello-world', version='0.1.0')
)
libraryDependencies += "com.github.nalim2" % "hello-world" % "0.1.0"
[com.github.nalim2/hello-world "0.1.0"]