GroupId | GroupIdorg.apache.wink.example |
---|---|
ArtifactId | ArtifactIdRuntimeRegistration |
Version | Version1.3.0 |
Type | Typewar |
<!-- https://jarcasting.com/artifacts/org.apache.wink.example/RuntimeRegistration/ -->
<dependency>
<groupId>org.apache.wink.example</groupId>
<artifactId>RuntimeRegistration</artifactId>
<version>1.3.0</version>
<type>war</type>
</dependency>
// https://jarcasting.com/artifacts/org.apache.wink.example/RuntimeRegistration/
implementation 'org.apache.wink.example:RuntimeRegistration:1.3.0'
// https://jarcasting.com/artifacts/org.apache.wink.example/RuntimeRegistration/
implementation ("org.apache.wink.example:RuntimeRegistration:1.3.0")
'org.apache.wink.example:RuntimeRegistration:war:1.3.0'
<dependency org="org.apache.wink.example" name="RuntimeRegistration" rev="1.3.0">
<artifact name="RuntimeRegistration" type="war" />
</dependency>
@Grapes(
@Grab(group='org.apache.wink.example', module='RuntimeRegistration', version='1.3.0')
)
libraryDependencies += "org.apache.wink.example" % "RuntimeRegistration" % "1.3.0"
[org.apache.wink.example/RuntimeRegistration "1.3.0"]