is not current version
Last Version 2.2.7-RELEASE

com.themodernway:themodernway-common 1.0.0-RC1

TheModernWay-Common is common integfaces and utility classes for TheModernWay Projects.

GroupId

GroupId

com.themodernway
ArtifactId

ArtifactId

themodernway-common
Version

Version

1.0.0-RC1
Type

Type

jar

Download themodernway-common 1.0.0-RC1


<!-- https://jarcasting.com/artifacts/com.themodernway/themodernway-common/ -->
<dependency>
    <groupId>com.themodernway</groupId>
    <artifactId>themodernway-common</artifactId>
    <version>1.0.0-RC1</version>
</dependency>
// https://jarcasting.com/artifacts/com.themodernway/themodernway-common/
implementation 'com.themodernway:themodernway-common:1.0.0-RC1'
// https://jarcasting.com/artifacts/com.themodernway/themodernway-common/
implementation ("com.themodernway:themodernway-common:1.0.0-RC1")
'com.themodernway:themodernway-common:jar:1.0.0-RC1'
<dependency org="com.themodernway" name="themodernway-common" rev="1.0.0-RC1">
  <artifact name="themodernway-common" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.themodernway', module='themodernway-common', version='1.0.0-RC1')
)
libraryDependencies += "com.themodernway" % "themodernway-common" % "1.0.0-RC1"
[com.themodernway/themodernway-common "1.0.0-RC1"]