GroupId | GroupIdtech.hdis |
---|---|
ArtifactId | ArtifactIdframework-dictionary |
Version | Version1.0 |
Type | Typejar |
Filename | Size |
---|---|
framework-dictionary-1.0.pom | |
framework-dictionary-1.0.jar | 3 KB |
framework-dictionary-1.0-sources.jar | 1 KB |
framework-dictionary-1.0-javadoc.jar | 24 KB |
Browse |
<!-- https://jarcasting.com/artifacts/tech.hdis/framework-dictionary/ -->
<dependency>
<groupId>tech.hdis</groupId>
<artifactId>framework-dictionary</artifactId>
<version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/tech.hdis/framework-dictionary/
implementation 'tech.hdis:framework-dictionary:1.0'
// https://jarcasting.com/artifacts/tech.hdis/framework-dictionary/
implementation ("tech.hdis:framework-dictionary:1.0")
'tech.hdis:framework-dictionary:jar:1.0'
<dependency org="tech.hdis" name="framework-dictionary" rev="1.0">
<artifact name="framework-dictionary" type="jar" />
</dependency>
@Grapes(
@Grab(group='tech.hdis', module='framework-dictionary', version='1.0')
)
libraryDependencies += "tech.hdis" % "framework-dictionary" % "1.0"
[tech.hdis/framework-dictionary "1.0"]