| GroupId | GroupIdio.github.hylexus.jt | 
    
|---|---|
| ArtifactId | ArtifactIdjt-core | 
    
| Version | Version1.0.10-RELEASE | 
        
| Type | Typejar | 
    
| Filename | Size | 
|---|---|
| jt-core-1.0.10-RELEASE.pom | |
| jt-core-1.0.10-RELEASE.jar | 101 KB | 
| jt-core-1.0.10-RELEASE-sources.jar | 57 KB | 
| jt-core-1.0.10-RELEASE-javadoc.jar | 524 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/io.github.hylexus.jt/jt-core/ -->
<dependency>
    <groupId>io.github.hylexus.jt</groupId>
    <artifactId>jt-core</artifactId>
    <version>1.0.10-RELEASE</version>
</dependency>
                // https://jarcasting.com/artifacts/io.github.hylexus.jt/jt-core/
implementation 'io.github.hylexus.jt:jt-core:1.0.10-RELEASE'
                // https://jarcasting.com/artifacts/io.github.hylexus.jt/jt-core/
implementation ("io.github.hylexus.jt:jt-core:1.0.10-RELEASE")
                'io.github.hylexus.jt:jt-core:jar:1.0.10-RELEASE'
                <dependency org="io.github.hylexus.jt" name="jt-core" rev="1.0.10-RELEASE">
  <artifact name="jt-core" type="jar" />
</dependency>
                @Grapes(
@Grab(group='io.github.hylexus.jt', module='jt-core', version='1.0.10-RELEASE')
)
                libraryDependencies += "io.github.hylexus.jt" % "jt-core" % "1.0.10-RELEASE"
                [io.github.hylexus.jt/jt-core "1.0.10-RELEASE"]