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