is not current version
Last Version 1.1.0.RELEASE

com.github.dactiv:dactiv-base-framework 1.0.0.RELEASE

base-framework is a base framework based on spring,hibernate,spring mvc,shiro.

GroupId

GroupId

com.github.dactiv
ArtifactId

ArtifactId

dactiv-base-framework
Version

Version

1.0.0.RELEASE
Type

Type

pom

Download dactiv-base-framework 1.0.0.RELEASE


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