GroupId | GroupIdorg.sdase.commons |
---|---|
ArtifactId | ArtifactIdsda-commons-server-starter |
Version | Version2.41.61 |
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>2.41.61</version>
</dependency>
// https://jarcasting.com/artifacts/org.sdase.commons/sda-commons-server-starter/
implementation 'org.sdase.commons:sda-commons-server-starter:2.41.61'
// https://jarcasting.com/artifacts/org.sdase.commons/sda-commons-server-starter/
implementation ("org.sdase.commons:sda-commons-server-starter:2.41.61")
'org.sdase.commons:sda-commons-server-starter:jar:2.41.61'
<dependency org="org.sdase.commons" name="sda-commons-server-starter" rev="2.41.61">
<artifact name="sda-commons-server-starter" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.sdase.commons', module='sda-commons-server-starter', version='2.41.61')
)
libraryDependencies += "org.sdase.commons" % "sda-commons-server-starter" % "2.41.61"
[org.sdase.commons/sda-commons-server-starter "2.41.61"]