GroupId | GroupIdorg.patrodyne |
---|---|
ArtifactId | ArtifactIdpatrodyne-site-hello |
Version | Version1.0.3 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.patrodyne/patrodyne-site-hello/ -->
<dependency>
<groupId>org.patrodyne</groupId>
<artifactId>patrodyne-site-hello</artifactId>
<version>1.0.3</version>
</dependency>
// https://jarcasting.com/artifacts/org.patrodyne/patrodyne-site-hello/
implementation 'org.patrodyne:patrodyne-site-hello:1.0.3'
// https://jarcasting.com/artifacts/org.patrodyne/patrodyne-site-hello/
implementation ("org.patrodyne:patrodyne-site-hello:1.0.3")
'org.patrodyne:patrodyne-site-hello:jar:1.0.3'
<dependency org="org.patrodyne" name="patrodyne-site-hello" rev="1.0.3">
<artifact name="patrodyne-site-hello" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.patrodyne', module='patrodyne-site-hello', version='1.0.3')
)
libraryDependencies += "org.patrodyne" % "patrodyne-site-hello" % "1.0.3"
[org.patrodyne/patrodyne-site-hello "1.0.3"]