License |
License |
---|---|
GroupId | GroupIdcom.github.wkennedy.pubsubly |
ArtifactId | ArtifactIdpubsubly-api |
Version | Version1.0.0 |
Type | Typejar |
Description |
Descriptionpubsubly-api
The pubsubly API allows developers to create new parsing plugins for Pubsubly.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
pubsubly-api-1.0.0.pom | |
pubsubly-api-1.0.0.jar | 8 KB |
pubsubly-api-1.0.0-sources.jar | 6 KB |
pubsubly-api-1.0.0-javadoc.jar | 420 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.wkennedy.pubsubly/pubsubly-api/ -->
<dependency>
<groupId>com.github.wkennedy.pubsubly</groupId>
<artifactId>pubsubly-api</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.wkennedy.pubsubly/pubsubly-api/
implementation 'com.github.wkennedy.pubsubly:pubsubly-api:1.0.0'
// https://jarcasting.com/artifacts/com.github.wkennedy.pubsubly/pubsubly-api/
implementation ("com.github.wkennedy.pubsubly:pubsubly-api:1.0.0")
'com.github.wkennedy.pubsubly:pubsubly-api:jar:1.0.0'
<dependency org="com.github.wkennedy.pubsubly" name="pubsubly-api" rev="1.0.0">
<artifact name="pubsubly-api" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.wkennedy.pubsubly', module='pubsubly-api', version='1.0.0')
)
libraryDependencies += "com.github.wkennedy.pubsubly" % "pubsubly-api" % "1.0.0"
[com.github.wkennedy.pubsubly/pubsubly-api "1.0.0"]
Group / Artifact | Type | Version |
---|---|---|
org.springframework : spring-messaging | jar | 5.1.4.RELEASE |
org.springframework.plugin : spring-plugin-metadata | jar | 1.2.0.RELEASE |