is not current version
Last Version 1.1.0.RELEASE

com.github.dactiv:dactiv-common 1.0.0.RELEASE

the base-framework common jar

GroupId

GroupId

com.github.dactiv
ArtifactId

ArtifactId

dactiv-common
Version

Version

1.0.0.RELEASE
Type

Type

jar

Download dactiv-common 1.0.0.RELEASE


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