| GroupId | GroupIdcom.artfii.amq | 
    
|---|---|
| ArtifactId | ArtifactIdamq-pro | 
    
| Version | Version0.0.1-RELEASE | 
        
| Type | Typejar | 
    
| Filename | Size | 
|---|---|
| amq-pro-0.0.1-RELEASE.pom | |
| amq-pro-0.0.1-RELEASE.jar | 12 KB | 
| amq-pro-0.0.1-RELEASE-sources.jar | 8 KB | 
| amq-pro-0.0.1-RELEASE-javadoc.jar | 59 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/com.artfii.amq/amq-pro/ -->
<dependency>
    <groupId>com.artfii.amq</groupId>
    <artifactId>amq-pro</artifactId>
    <version>0.0.1-RELEASE</version>
</dependency>
                // https://jarcasting.com/artifacts/com.artfii.amq/amq-pro/
implementation 'com.artfii.amq:amq-pro:0.0.1-RELEASE'
                // https://jarcasting.com/artifacts/com.artfii.amq/amq-pro/
implementation ("com.artfii.amq:amq-pro:0.0.1-RELEASE")
                'com.artfii.amq:amq-pro:jar:0.0.1-RELEASE'
                <dependency org="com.artfii.amq" name="amq-pro" rev="0.0.1-RELEASE">
  <artifact name="amq-pro" type="jar" />
</dependency>
                @Grapes(
@Grab(group='com.artfii.amq', module='amq-pro', version='0.0.1-RELEASE')
)
                libraryDependencies += "com.artfii.amq" % "amq-pro" % "0.0.1-RELEASE"
                [com.artfii.amq/amq-pro "0.0.1-RELEASE"]