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