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