GroupId | GroupIdcom.github.shynixn.samplehelloworld |
---|---|
ArtifactId | ArtifactIdsample-hello-world |
Version | Version1.0.90 |
Type | Typejar |
Filename | Size |
---|---|
sample-hello-world-1.0.90.pom | |
sample-hello-world-1.0.90.jar | 1 KB |
sample-hello-world-1.0.90-sources.jar | 1 KB |
sample-hello-world-1.0.90-javadoc.jar | 187 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.shynixn.samplehelloworld/sample-hello-world/ -->
<dependency>
<groupId>com.github.shynixn.samplehelloworld</groupId>
<artifactId>sample-hello-world</artifactId>
<version>1.0.90</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.shynixn.samplehelloworld/sample-hello-world/
implementation 'com.github.shynixn.samplehelloworld:sample-hello-world:1.0.90'
// https://jarcasting.com/artifacts/com.github.shynixn.samplehelloworld/sample-hello-world/
implementation ("com.github.shynixn.samplehelloworld:sample-hello-world:1.0.90")
'com.github.shynixn.samplehelloworld:sample-hello-world:jar:1.0.90'
<dependency org="com.github.shynixn.samplehelloworld" name="sample-hello-world" rev="1.0.90">
<artifact name="sample-hello-world" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.shynixn.samplehelloworld', module='sample-hello-world', version='1.0.90')
)
libraryDependencies += "com.github.shynixn.samplehelloworld" % "sample-hello-world" % "1.0.90"
[com.github.shynixn.samplehelloworld/sample-hello-world "1.0.90"]