| GroupId | GroupIdcom.butor |
|---|---|
| ArtifactId | ArtifactIdmessage |
| Version | Version1.0.18 |
| Type | Typewar |
| Filename | Size |
|---|---|
| message-1.0.18.pom | |
| message-1.0.18.war | 9 MB |
| message-1.0.18-sources.jar | 3 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.butor/message/ -->
<dependency>
<groupId>com.butor</groupId>
<artifactId>message</artifactId>
<version>1.0.18</version>
<type>war</type>
</dependency>
// https://jarcasting.com/artifacts/com.butor/message/
implementation 'com.butor:message:1.0.18'
// https://jarcasting.com/artifacts/com.butor/message/
implementation ("com.butor:message:1.0.18")
'com.butor:message:war:1.0.18'
<dependency org="com.butor" name="message" rev="1.0.18">
<artifact name="message" type="war" />
</dependency>
@Grapes(
@Grab(group='com.butor', module='message', version='1.0.18')
)
libraryDependencies += "com.butor" % "message" % "1.0.18"
[com.butor/message "1.0.18"]