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