GroupId | GroupIdcom.github.jinahya |
---|---|
ArtifactId | ArtifactIdopenfire-bind |
Version | Version0.1.3 |
Type | Typejar |
Filename | Size |
---|---|
openfire-bind-0.1.3.pom | |
openfire-bind-0.1.3.jar | 70 KB |
openfire-bind-0.1.3-sources.jar | 66 KB |
openfire-bind-0.1.3-javadoc.jar | 516 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.jinahya/openfire-bind/ -->
<dependency>
<groupId>com.github.jinahya</groupId>
<artifactId>openfire-bind</artifactId>
<version>0.1.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.jinahya/openfire-bind/
implementation 'com.github.jinahya:openfire-bind:0.1.3'
// https://jarcasting.com/artifacts/com.github.jinahya/openfire-bind/
implementation ("com.github.jinahya:openfire-bind:0.1.3")
'com.github.jinahya:openfire-bind:jar:0.1.3'
<dependency org="com.github.jinahya" name="openfire-bind" rev="0.1.3">
<artifact name="openfire-bind" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.jinahya', module='openfire-bind', version='0.1.3')
)
libraryDependencies += "com.github.jinahya" % "openfire-bind" % "0.1.3"
[com.github.jinahya/openfire-bind "0.1.3"]