GroupId | GroupIdcom.github.phillip-kruger |
---|---|
ArtifactId | ArtifactIdstompee-standalone |
Version | Version1.1.1 |
Type | Typewar |
Filename | Size |
---|---|
stompee-standalone-1.1.1.pom | |
stompee-standalone-1.1.1.war | 3 MB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.phillip-kruger/stompee-standalone/ -->
<dependency>
<groupId>com.github.phillip-kruger</groupId>
<artifactId>stompee-standalone</artifactId>
<version>1.1.1</version>
<type>war</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.phillip-kruger/stompee-standalone/
implementation 'com.github.phillip-kruger:stompee-standalone:1.1.1'
// https://jarcasting.com/artifacts/com.github.phillip-kruger/stompee-standalone/
implementation ("com.github.phillip-kruger:stompee-standalone:1.1.1")
'com.github.phillip-kruger:stompee-standalone:war:1.1.1'
<dependency org="com.github.phillip-kruger" name="stompee-standalone" rev="1.1.1">
<artifact name="stompee-standalone" type="war" />
</dependency>
@Grapes(
@Grab(group='com.github.phillip-kruger', module='stompee-standalone', version='1.1.1')
)
libraryDependencies += "com.github.phillip-kruger" % "stompee-standalone" % "1.1.1"
[com.github.phillip-kruger/stompee-standalone "1.1.1"]