GroupId | GroupIdpl.fhframework |
---|---|
ArtifactId | ArtifactIdpubsub-standalone |
Version | Version4.8.2 |
Type | Typejar |
Filename | Size |
---|---|
pubsub-standalone-4.8.2.pom | |
pubsub-standalone-4.8.2.jar | 4 KB |
pubsub-standalone-4.8.2-sources.jar | 1 KB |
pubsub-standalone-4.8.2-javadoc.jar | 23 KB |
Browse |
<!-- https://jarcasting.com/artifacts/pl.fhframework/pubsub-standalone/ -->
<dependency>
<groupId>pl.fhframework</groupId>
<artifactId>pubsub-standalone</artifactId>
<version>4.8.2</version>
</dependency>
// https://jarcasting.com/artifacts/pl.fhframework/pubsub-standalone/
implementation 'pl.fhframework:pubsub-standalone:4.8.2'
// https://jarcasting.com/artifacts/pl.fhframework/pubsub-standalone/
implementation ("pl.fhframework:pubsub-standalone:4.8.2")
'pl.fhframework:pubsub-standalone:jar:4.8.2'
<dependency org="pl.fhframework" name="pubsub-standalone" rev="4.8.2">
<artifact name="pubsub-standalone" type="jar" />
</dependency>
@Grapes(
@Grab(group='pl.fhframework', module='pubsub-standalone', version='4.8.2')
)
libraryDependencies += "pl.fhframework" % "pubsub-standalone" % "4.8.2"
[pl.fhframework/pubsub-standalone "4.8.2"]