License |
License |
---|---|
Categories |
CategoriesGradle Build Tools GUI User Interface |
GroupId | GroupIdcom.guiltry.dummy |
ArtifactId | ArtifactIdhello-world-gradle |
Last Version | Last Version1.0.0 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptioncom.guiltry.dummy:hello-world-gradle
Hello World - Maven
|
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
hello-world-gradle-1.0.0.pom | |
hello-world-gradle-1.0.0.jar | 1 KB |
hello-world-gradle-1.0.0-sources.jar | 1 KB |
hello-world-gradle-1.0.0-javadoc.jar | 19 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.guiltry.dummy/hello-world-gradle/ -->
<dependency>
<groupId>com.guiltry.dummy</groupId>
<artifactId>hello-world-gradle</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.guiltry.dummy/hello-world-gradle/
implementation 'com.guiltry.dummy:hello-world-gradle:1.0.0'
// https://jarcasting.com/artifacts/com.guiltry.dummy/hello-world-gradle/
implementation ("com.guiltry.dummy:hello-world-gradle:1.0.0")
'com.guiltry.dummy:hello-world-gradle:jar:1.0.0'
<dependency org="com.guiltry.dummy" name="hello-world-gradle" rev="1.0.0">
<artifact name="hello-world-gradle" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.guiltry.dummy', module='hello-world-gradle', version='1.0.0')
)
libraryDependencies += "com.guiltry.dummy" % "hello-world-gradle" % "1.0.0"
[com.guiltry.dummy/hello-world-gradle "1.0.0"]