| GroupId | GroupIdcom.github.mike10004 |
|---|---|
| ArtifactId | ArtifactIdcommon-helper |
| Version | Version4.1.2 |
| Type | Typepom |
| Filename | Size |
|---|---|
| common-helper-4.1.2.pom | 8 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.mike10004/common-helper/ -->
<dependency>
<groupId>com.github.mike10004</groupId>
<artifactId>common-helper</artifactId>
<version>4.1.2</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.mike10004/common-helper/
implementation 'com.github.mike10004:common-helper:4.1.2'
// https://jarcasting.com/artifacts/com.github.mike10004/common-helper/
implementation ("com.github.mike10004:common-helper:4.1.2")
'com.github.mike10004:common-helper:pom:4.1.2'
<dependency org="com.github.mike10004" name="common-helper" rev="4.1.2">
<artifact name="common-helper" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.mike10004', module='common-helper', version='4.1.2')
)
libraryDependencies += "com.github.mike10004" % "common-helper" % "4.1.2"
[com.github.mike10004/common-helper "4.1.2"]