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