Categories |
CategoriesDex General Purpose Libraries Utility |
---|---|
GroupId | GroupIdcom.github.dexafree |
ArtifactId | ArtifactIdfieldmap-generator |
Version | Version1.0.1 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.github.dexafree/fieldmap-generator/ -->
<dependency>
<groupId>com.github.dexafree</groupId>
<artifactId>fieldmap-generator</artifactId>
<version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.dexafree/fieldmap-generator/
implementation 'com.github.dexafree:fieldmap-generator:1.0.1'
// https://jarcasting.com/artifacts/com.github.dexafree/fieldmap-generator/
implementation ("com.github.dexafree:fieldmap-generator:1.0.1")
'com.github.dexafree:fieldmap-generator:jar:1.0.1'
<dependency org="com.github.dexafree" name="fieldmap-generator" rev="1.0.1">
<artifact name="fieldmap-generator" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.dexafree', module='fieldmap-generator', version='1.0.1')
)
libraryDependencies += "com.github.dexafree" % "fieldmap-generator" % "1.0.1"
[com.github.dexafree/fieldmap-generator "1.0.1"]