is not current version
Last Version 0.3.122

org.dotwebstack.framework:core 0.2.3


GroupId

GroupId

org.dotwebstack.framework
ArtifactId

ArtifactId

core
Version

Version

0.2.3
Type

Type

jar

Download core 0.2.3


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