<dependency>
<groupId>com.github.szgabsz91</groupId>
<artifactId>morpher-transformation-engine-dictionary</artifactId>
<version>1.7.0</version>
</dependency>
implementation group: 'com.github.szgabsz91', name: 'morpher-transformation-engine-dictionary', version: '1.7.0'
implementation 'com.github.szgabsz91:morpher-transformation-engine-dictionary:1.7.0'
implementation("com.github.szgabsz91:morpher-transformation-engine-dictionary:1.7.0")
libraryDependencies += "com.github.szgabsz91" % "morpher-transformation-engine-dictionary" % "1.7.0"
<dependency org="com.github.szgabsz91" name="morpher-transformation-engine-dictionary" rev="1.7.0"/>
@Grapes(
@Grab(group='com.github.szgabsz91', module='morpher-transformation-engine-dictionary', version='1.7.0')
)
[com.github.szgabsz91/morpher-transformation-engine-dictionary "1.7.0"]
'com.github.szgabsz91:morpher-transformation-engine-dictionary:jar:1.7.0'