| License |
License |
|---|---|
| GroupId | GroupIdcom.gitlab.doeurnlab |
| ArtifactId | ArtifactIdsay-hello2 |
| Last Version | Last Version1.1.1 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Descriptionsay-hello2
A application used as an example on how to set up pushing its components to the Central Repository.
|
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| say-hello2-1.1.1.pom | |
| say-hello2-1.1.1.jar | 615 bytes |
| say-hello2-1.1.1-sources.jar | 436 bytes |
| say-hello2-1.1.1-javadoc.jar | 385 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.gitlab.doeurnlab/say-hello2/ -->
<dependency>
<groupId>com.gitlab.doeurnlab</groupId>
<artifactId>say-hello2</artifactId>
<version>1.1.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.gitlab.doeurnlab/say-hello2/
implementation 'com.gitlab.doeurnlab:say-hello2:1.1.1'
// https://jarcasting.com/artifacts/com.gitlab.doeurnlab/say-hello2/
implementation ("com.gitlab.doeurnlab:say-hello2:1.1.1")
'com.gitlab.doeurnlab:say-hello2:jar:1.1.1'
<dependency org="com.gitlab.doeurnlab" name="say-hello2" rev="1.1.1">
<artifact name="say-hello2" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.gitlab.doeurnlab', module='say-hello2', version='1.1.1')
)
libraryDependencies += "com.gitlab.doeurnlab" % "say-hello2" % "1.1.1"
[com.gitlab.doeurnlab/say-hello2 "1.1.1"]
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.12 |