| GroupId | GroupIdio.github.hylexus.jt | 
    
|---|---|
| ArtifactId | ArtifactIdjt-808-server-support | 
    
| Version | Version1.0.3-RELEASE | 
        
| Type | Typejar | 
    
<!-- https://jarcasting.com/artifacts/io.github.hylexus.jt/jt-808-server-support/ -->
<dependency>
    <groupId>io.github.hylexus.jt</groupId>
    <artifactId>jt-808-server-support</artifactId>
    <version>1.0.3-RELEASE</version>
</dependency>
                // https://jarcasting.com/artifacts/io.github.hylexus.jt/jt-808-server-support/
implementation 'io.github.hylexus.jt:jt-808-server-support:1.0.3-RELEASE'
                // https://jarcasting.com/artifacts/io.github.hylexus.jt/jt-808-server-support/
implementation ("io.github.hylexus.jt:jt-808-server-support:1.0.3-RELEASE")
                'io.github.hylexus.jt:jt-808-server-support:jar:1.0.3-RELEASE'
                <dependency org="io.github.hylexus.jt" name="jt-808-server-support" rev="1.0.3-RELEASE">
  <artifact name="jt-808-server-support" type="jar" />
</dependency>
                @Grapes(
@Grab(group='io.github.hylexus.jt', module='jt-808-server-support', version='1.0.3-RELEASE')
)
                libraryDependencies += "io.github.hylexus.jt" % "jt-808-server-support" % "1.0.3-RELEASE"
                [io.github.hylexus.jt/jt-808-server-support "1.0.3-RELEASE"]