GroupId | GroupIdorg.sdase.commons |
---|---|
ArtifactId | ArtifactIdsda-commons-server-starter |
Version | Version0.84.1 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.sdase.commons/sda-commons-server-starter/ -->
<dependency>
<groupId>org.sdase.commons</groupId>
<artifactId>sda-commons-server-starter</artifactId>
<version>0.84.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.sdase.commons/sda-commons-server-starter/
implementation 'org.sdase.commons:sda-commons-server-starter:0.84.1'
// https://jarcasting.com/artifacts/org.sdase.commons/sda-commons-server-starter/
implementation ("org.sdase.commons:sda-commons-server-starter:0.84.1")
'org.sdase.commons:sda-commons-server-starter:jar:0.84.1'
<dependency org="org.sdase.commons" name="sda-commons-server-starter" rev="0.84.1">
<artifact name="sda-commons-server-starter" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.sdase.commons', module='sda-commons-server-starter', version='0.84.1')
)
libraryDependencies += "org.sdase.commons" % "sda-commons-server-starter" % "0.84.1"
[org.sdase.commons/sda-commons-server-starter "0.84.1"]