Categories |
CategoriesData |
---|---|
GroupId | GroupIdcom.github.appundefined |
ArtifactId | ArtifactIdDataDictionaryUtils |
Version | Version1.5-RELEASE |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.github.appundefined/DataDictionaryUtils/ -->
<dependency>
<groupId>com.github.appundefined</groupId>
<artifactId>DataDictionaryUtils</artifactId>
<version>1.5-RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.appundefined/DataDictionaryUtils/
implementation 'com.github.appundefined:DataDictionaryUtils:1.5-RELEASE'
// https://jarcasting.com/artifacts/com.github.appundefined/DataDictionaryUtils/
implementation ("com.github.appundefined:DataDictionaryUtils:1.5-RELEASE")
'com.github.appundefined:DataDictionaryUtils:jar:1.5-RELEASE'
<dependency org="com.github.appundefined" name="DataDictionaryUtils" rev="1.5-RELEASE">
<artifact name="DataDictionaryUtils" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.appundefined', module='DataDictionaryUtils', version='1.5-RELEASE')
)
libraryDependencies += "com.github.appundefined" % "DataDictionaryUtils" % "1.5-RELEASE"
[com.github.appundefined/DataDictionaryUtils "1.5-RELEASE"]