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