| GroupId | GroupIdcom.github.dimlt |
|---|---|
| ArtifactId | ArtifactIddimlt-common-tools |
| Version | Version0.0.4 |
| Type | Typejar |
| Filename | Size |
|---|---|
| dimlt-common-tools-0.0.4.pom | |
| dimlt-common-tools-0.0.4.jar | 6 KB |
| dimlt-common-tools-0.0.4-sources.jar | 3 KB |
| dimlt-common-tools-0.0.4-javadoc.jar | 42 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.dimlt/dimlt-common-tools/ -->
<dependency>
<groupId>com.github.dimlt</groupId>
<artifactId>dimlt-common-tools</artifactId>
<version>0.0.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.dimlt/dimlt-common-tools/
implementation 'com.github.dimlt:dimlt-common-tools:0.0.4'
// https://jarcasting.com/artifacts/com.github.dimlt/dimlt-common-tools/
implementation ("com.github.dimlt:dimlt-common-tools:0.0.4")
'com.github.dimlt:dimlt-common-tools:jar:0.0.4'
<dependency org="com.github.dimlt" name="dimlt-common-tools" rev="0.0.4">
<artifact name="dimlt-common-tools" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.dimlt', module='dimlt-common-tools', version='0.0.4')
)
libraryDependencies += "com.github.dimlt" % "dimlt-common-tools" % "0.0.4"
[com.github.dimlt/dimlt-common-tools "0.0.4"]