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