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