GroupId | GroupIdio.github.secretquestion5 |
---|---|
ArtifactId | ArtifactIdwritehello |
Version | Version1.0.0 |
Type | Typepom |
Filename | Size |
---|---|
writehello-1.0.0.pom | |
writehello-1.0.0-release.aar | 1 KB |
writehello-1.0.0-release-sources.jar | 1 KB |
writehello-1.0.0-release-javadoc.jar | 255 KB |
writehello-1.0.0-debug.aar | 2 KB |
writehello-1.0.0-debug-sources.jar | 1 KB |
writehello-1.0.0-debug-javadoc.jar | 255 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.github.secretquestion5/writehello/ -->
<dependency>
<groupId>io.github.secretquestion5</groupId>
<artifactId>writehello</artifactId>
<version>1.0.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.github.secretquestion5/writehello/
implementation 'io.github.secretquestion5:writehello:1.0.0'
// https://jarcasting.com/artifacts/io.github.secretquestion5/writehello/
implementation ("io.github.secretquestion5:writehello:1.0.0")
'io.github.secretquestion5:writehello:pom:1.0.0'
<dependency org="io.github.secretquestion5" name="writehello" rev="1.0.0">
<artifact name="writehello" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.github.secretquestion5', module='writehello', version='1.0.0')
)
libraryDependencies += "io.github.secretquestion5" % "writehello" % "1.0.0"
[io.github.secretquestion5/writehello "1.0.0"]