GroupId | GroupIdcom.github.jobservice |
---|---|
ArtifactId | ArtifactIddocument-message-builder |
Version | Version2.1.0-3 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.github.jobservice/document-message-builder/ -->
<dependency>
<groupId>com.github.jobservice</groupId>
<artifactId>document-message-builder</artifactId>
<version>2.1.0-3</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.jobservice/document-message-builder/
implementation 'com.github.jobservice:document-message-builder:2.1.0-3'
// https://jarcasting.com/artifacts/com.github.jobservice/document-message-builder/
implementation ("com.github.jobservice:document-message-builder:2.1.0-3")
'com.github.jobservice:document-message-builder:jar:2.1.0-3'
<dependency org="com.github.jobservice" name="document-message-builder" rev="2.1.0-3">
<artifact name="document-message-builder" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.jobservice', module='document-message-builder', version='2.1.0-3')
)
libraryDependencies += "com.github.jobservice" % "document-message-builder" % "2.1.0-3"
[com.github.jobservice/document-message-builder "2.1.0-3"]