GroupId | GroupIdorg.projectodd.stilts |
---|---|
ArtifactId | ArtifactIdstilts-stomp-common |
Version | Version0.1.25 |
Type | Typejar |
Filename | Size |
---|---|
stilts-stomp-common-0.1.25.pom | |
stilts-stomp-common-0.1.25.jar | 57 KB |
stilts-stomp-common-0.1.25-tests.jar | 20 KB |
stilts-stomp-common-0.1.25-sources.jar | 40 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.25</version>
</dependency>
// https://jarcasting.com/artifacts/org.projectodd.stilts/stilts-stomp-common/
implementation 'org.projectodd.stilts:stilts-stomp-common:0.1.25'
// https://jarcasting.com/artifacts/org.projectodd.stilts/stilts-stomp-common/
implementation ("org.projectodd.stilts:stilts-stomp-common:0.1.25")
'org.projectodd.stilts:stilts-stomp-common:jar:0.1.25'
<dependency org="org.projectodd.stilts" name="stilts-stomp-common" rev="0.1.25">
<artifact name="stilts-stomp-common" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.projectodd.stilts', module='stilts-stomp-common', version='0.1.25')
)
libraryDependencies += "org.projectodd.stilts" % "stilts-stomp-common" % "0.1.25"
[org.projectodd.stilts/stilts-stomp-common "0.1.25"]