License |
License |
---|---|
GroupId | GroupIdcom.github.colorgmi |
ArtifactId | ArtifactIdhello-world |
Last Version | Last Version1.0 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionhello-world
Hello world java project with sbt build
|
Project Organization |
Project Organizationcom.github.colorgmi |
Filename | Size |
---|---|
hello-world-1.0.pom | |
hello-world-1.0.jar | 1 KB |
hello-world-1.0-sources.jar | 1 KB |
hello-world-1.0-javadoc.jar | 20 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.colorgmi/hello-world/ -->
<dependency>
<groupId>com.github.colorgmi</groupId>
<artifactId>hello-world</artifactId>
<version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.colorgmi/hello-world/
implementation 'com.github.colorgmi:hello-world:1.0'
// https://jarcasting.com/artifacts/com.github.colorgmi/hello-world/
implementation ("com.github.colorgmi:hello-world:1.0")
'com.github.colorgmi:hello-world:jar:1.0'
<dependency org="com.github.colorgmi" name="hello-world" rev="1.0">
<artifact name="hello-world" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.colorgmi', module='hello-world', version='1.0')
)
libraryDependencies += "com.github.colorgmi" % "hello-world" % "1.0"
[com.github.colorgmi/hello-world "1.0"]
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |