GroupId | GroupIdse.vgregion.daoframework |
---|---|
ArtifactId | ArtifactIddao-framework-core-bc |
Version | Version3.4 |
Type | Typepom |
Filename | Size |
---|---|
dao-framework-core-bc-3.4.pom | 864 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/se.vgregion.daoframework/dao-framework-core-bc/ -->
<dependency>
<groupId>se.vgregion.daoframework</groupId>
<artifactId>dao-framework-core-bc</artifactId>
<version>3.4</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/se.vgregion.daoframework/dao-framework-core-bc/
implementation 'se.vgregion.daoframework:dao-framework-core-bc:3.4'
// https://jarcasting.com/artifacts/se.vgregion.daoframework/dao-framework-core-bc/
implementation ("se.vgregion.daoframework:dao-framework-core-bc:3.4")
'se.vgregion.daoframework:dao-framework-core-bc:pom:3.4'
<dependency org="se.vgregion.daoframework" name="dao-framework-core-bc" rev="3.4">
<artifact name="dao-framework-core-bc" type="pom" />
</dependency>
@Grapes(
@Grab(group='se.vgregion.daoframework', module='dao-framework-core-bc', version='3.4')
)
libraryDependencies += "se.vgregion.daoframework" % "dao-framework-core-bc" % "3.4"
[se.vgregion.daoframework/dao-framework-core-bc "3.4"]