GroupId | GroupIdcom.github.mizool.technology.typemapping |
---|---|
ArtifactId | ArtifactIdtypemapping-business |
Version | Version0.30 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.github.mizool.technology.typemapping/typemapping-business/ -->
<dependency>
<groupId>com.github.mizool.technology.typemapping</groupId>
<artifactId>typemapping-business</artifactId>
<version>0.30</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.mizool.technology.typemapping/typemapping-business/
implementation 'com.github.mizool.technology.typemapping:typemapping-business:0.30'
// https://jarcasting.com/artifacts/com.github.mizool.technology.typemapping/typemapping-business/
implementation ("com.github.mizool.technology.typemapping:typemapping-business:0.30")
'com.github.mizool.technology.typemapping:typemapping-business:jar:0.30'
<dependency org="com.github.mizool.technology.typemapping" name="typemapping-business" rev="0.30">
<artifact name="typemapping-business" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.mizool.technology.typemapping', module='typemapping-business', version='0.30')
)
libraryDependencies += "com.github.mizool.technology.typemapping" % "typemapping-business" % "0.30"
[com.github.mizool.technology.typemapping/typemapping-business "0.30"]