License |
License |
---|---|
GroupId | GroupIdorg.vafer |
ArtifactId | ArtifactIdhelloworld |
Last Version | Last Version1.0 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionhelloworld
This example demonstrates
|
Filename | Size |
---|---|
helloworld-1.0.pom | |
helloworld-1.0.jar | 3 KB |
helloworld-1.0-sources.jar | 745 bytes |
helloworld-1.0-javadoc.jar | 22 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.vafer/helloworld/ -->
<dependency>
<groupId>org.vafer</groupId>
<artifactId>helloworld</artifactId>
<version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.vafer/helloworld/
implementation 'org.vafer:helloworld:1.0'
// https://jarcasting.com/artifacts/org.vafer/helloworld/
implementation ("org.vafer:helloworld:1.0")
'org.vafer:helloworld:jar:1.0'
<dependency org="org.vafer" name="helloworld" rev="1.0">
<artifact name="helloworld" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.vafer', module='helloworld', version='1.0')
)
libraryDependencies += "org.vafer" % "helloworld" % "1.0"
[org.vafer/helloworld "1.0"]
Group / Artifact | Type | Version |
---|---|---|
org.junit.jupiter : junit-jupiter-api | jar | 5.2.0 |