GroupId | GroupIdcom.themodernway |
---|---|
ArtifactId | ArtifactIdthemodernway-server-sql |
Version | Version1.0.10-RELEASE |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.themodernway/themodernway-server-sql/ -->
<dependency>
<groupId>com.themodernway</groupId>
<artifactId>themodernway-server-sql</artifactId>
<version>1.0.10-RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/com.themodernway/themodernway-server-sql/
implementation 'com.themodernway:themodernway-server-sql:1.0.10-RELEASE'
// https://jarcasting.com/artifacts/com.themodernway/themodernway-server-sql/
implementation ("com.themodernway:themodernway-server-sql:1.0.10-RELEASE")
'com.themodernway:themodernway-server-sql:jar:1.0.10-RELEASE'
<dependency org="com.themodernway" name="themodernway-server-sql" rev="1.0.10-RELEASE">
<artifact name="themodernway-server-sql" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.themodernway', module='themodernway-server-sql', version='1.0.10-RELEASE')
)
libraryDependencies += "com.themodernway" % "themodernway-server-sql" % "1.0.10-RELEASE"
[com.themodernway/themodernway-server-sql "1.0.10-RELEASE"]