| GroupId | GroupIdcom.github.dactiv.showcase |
|---|---|
| ArtifactId | ArtifactIddactiv-base-curd |
| Version | Version1.0.0.RELEASE |
| Type | Typewar |
<!-- https://jarcasting.com/artifacts/com.github.dactiv.showcase/dactiv-base-curd/ -->
<dependency>
<groupId>com.github.dactiv.showcase</groupId>
<artifactId>dactiv-base-curd</artifactId>
<version>1.0.0.RELEASE</version>
<type>war</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.dactiv.showcase/dactiv-base-curd/
implementation 'com.github.dactiv.showcase:dactiv-base-curd:1.0.0.RELEASE'
// https://jarcasting.com/artifacts/com.github.dactiv.showcase/dactiv-base-curd/
implementation ("com.github.dactiv.showcase:dactiv-base-curd:1.0.0.RELEASE")
'com.github.dactiv.showcase:dactiv-base-curd:war:1.0.0.RELEASE'
<dependency org="com.github.dactiv.showcase" name="dactiv-base-curd" rev="1.0.0.RELEASE">
<artifact name="dactiv-base-curd" type="war" />
</dependency>
@Grapes(
@Grab(group='com.github.dactiv.showcase', module='dactiv-base-curd', version='1.0.0.RELEASE')
)
libraryDependencies += "com.github.dactiv.showcase" % "dactiv-base-curd" % "1.0.0.RELEASE"
[com.github.dactiv.showcase/dactiv-base-curd "1.0.0.RELEASE"]