GroupId | GroupIdio.github.secretquestion5 |
---|---|
ArtifactId | ArtifactIdwritehello |
Version | Versionunspecified |
Type | Typepom |
<!-- https://jarcasting.com/artifacts/io.github.secretquestion5/writehello/ -->
<dependency>
<groupId>io.github.secretquestion5</groupId>
<artifactId>writehello</artifactId>
<version>unspecified</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.github.secretquestion5/writehello/
implementation 'io.github.secretquestion5:writehello:unspecified'
// https://jarcasting.com/artifacts/io.github.secretquestion5/writehello/
implementation ("io.github.secretquestion5:writehello:unspecified")
'io.github.secretquestion5:writehello:pom:unspecified'
<dependency org="io.github.secretquestion5" name="writehello" rev="unspecified">
<artifact name="writehello" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.github.secretquestion5', module='writehello', version='unspecified')
)
libraryDependencies += "io.github.secretquestion5" % "writehello" % "unspecified"
[io.github.secretquestion5/writehello "unspecified"]