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