GroupId | GroupIdio.github.jistol |
---|---|
ArtifactId | ArtifactIdjistol-spring-remote |
Version | Version1.0.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/io.github.jistol/jistol-spring-remote/ -->
<dependency>
<groupId>io.github.jistol</groupId>
<artifactId>jistol-spring-remote</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.jistol/jistol-spring-remote/
implementation 'io.github.jistol:jistol-spring-remote:1.0.0'
// https://jarcasting.com/artifacts/io.github.jistol/jistol-spring-remote/
implementation ("io.github.jistol:jistol-spring-remote:1.0.0")
'io.github.jistol:jistol-spring-remote:jar:1.0.0'
<dependency org="io.github.jistol" name="jistol-spring-remote" rev="1.0.0">
<artifact name="jistol-spring-remote" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.jistol', module='jistol-spring-remote', version='1.0.0')
)
libraryDependencies += "io.github.jistol" % "jistol-spring-remote" % "1.0.0"
[io.github.jistol/jistol-spring-remote "1.0.0"]