GroupId | GroupIdcom.github.nalukit |
---|---|
ArtifactId | ArtifactIddomino-message-binding-shared |
Version | Version1.0.0-RC2 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.github.nalukit/domino-message-binding-shared/ -->
<dependency>
<groupId>com.github.nalukit</groupId>
<artifactId>domino-message-binding-shared</artifactId>
<version>1.0.0-RC2</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.nalukit/domino-message-binding-shared/
implementation 'com.github.nalukit:domino-message-binding-shared:1.0.0-RC2'
// https://jarcasting.com/artifacts/com.github.nalukit/domino-message-binding-shared/
implementation ("com.github.nalukit:domino-message-binding-shared:1.0.0-RC2")
'com.github.nalukit:domino-message-binding-shared:jar:1.0.0-RC2'
<dependency org="com.github.nalukit" name="domino-message-binding-shared" rev="1.0.0-RC2">
<artifact name="domino-message-binding-shared" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.nalukit', module='domino-message-binding-shared', version='1.0.0-RC2')
)
libraryDependencies += "com.github.nalukit" % "domino-message-binding-shared" % "1.0.0-RC2"
[com.github.nalukit/domino-message-binding-shared "1.0.0-RC2"]