is not current version
Last Version 1.0.2

com.github.dexafree:fieldmap-generator 1.0.0

Java library that aims to provide a very simplified way to use criptographic hash and cipher functions

Categories

Categories

Dex General Purpose Libraries Utility
GroupId

GroupId

com.github.dexafree
ArtifactId

ArtifactId

fieldmap-generator
Version

Version

1.0.0
Type

Type

jar

Download fieldmap-generator 1.0.0


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