| GroupId | GroupIdio.github.hylexus.jt | 
    
|---|---|
| ArtifactId | ArtifactIdjt-core | 
    
| Version | Version1.0.2-RELEASE | 
        
| Type | Typejar | 
    
| Filename | Size | 
|---|---|
| jt-core-1.0.2-RELEASE.pom | |
| jt-core-1.0.2-RELEASE.jar | 91 KB | 
| jt-core-1.0.2-RELEASE-sources.jar | 51 KB | 
| jt-core-1.0.2-RELEASE-javadoc.jar | 489 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.2-RELEASE</version>
</dependency>
                // https://jarcasting.com/artifacts/io.github.hylexus.jt/jt-core/
implementation 'io.github.hylexus.jt:jt-core:1.0.2-RELEASE'
                // https://jarcasting.com/artifacts/io.github.hylexus.jt/jt-core/
implementation ("io.github.hylexus.jt:jt-core:1.0.2-RELEASE")
                'io.github.hylexus.jt:jt-core:jar:1.0.2-RELEASE'
                <dependency org="io.github.hylexus.jt" name="jt-core" rev="1.0.2-RELEASE">
  <artifact name="jt-core" type="jar" />
</dependency>
                @Grapes(
@Grab(group='io.github.hylexus.jt', module='jt-core', version='1.0.2-RELEASE')
)
                libraryDependencies += "io.github.hylexus.jt" % "jt-core" % "1.0.2-RELEASE"
                [io.github.hylexus.jt/jt-core "1.0.2-RELEASE"]