| GroupId | GroupIdorg.projectodd.stilts |
|---|---|
| ArtifactId | ArtifactIdstilts-stomp-common |
| Version | Version0.1.11 |
| Type | Typejar |
| Filename | Size |
|---|---|
| stilts-stomp-common-0.1.11.pom | |
| stilts-stomp-common-0.1.11.jar | 31 KB |
| stilts-stomp-common-0.1.11-tests.jar | 20 KB |
| stilts-stomp-common-0.1.11-sources.jar | 21 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.projectodd.stilts/stilts-stomp-common/ -->
<dependency>
<groupId>org.projectodd.stilts</groupId>
<artifactId>stilts-stomp-common</artifactId>
<version>0.1.11</version>
</dependency>
// https://jarcasting.com/artifacts/org.projectodd.stilts/stilts-stomp-common/
implementation 'org.projectodd.stilts:stilts-stomp-common:0.1.11'
// https://jarcasting.com/artifacts/org.projectodd.stilts/stilts-stomp-common/
implementation ("org.projectodd.stilts:stilts-stomp-common:0.1.11")
'org.projectodd.stilts:stilts-stomp-common:jar:0.1.11'
<dependency org="org.projectodd.stilts" name="stilts-stomp-common" rev="0.1.11">
<artifact name="stilts-stomp-common" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.projectodd.stilts', module='stilts-stomp-common', version='0.1.11')
)
libraryDependencies += "org.projectodd.stilts" % "stilts-stomp-common" % "0.1.11"
[org.projectodd.stilts/stilts-stomp-common "0.1.11"]