GroupId | GroupIdcom.github.publicdevop2019 |
---|---|
ArtifactId | ArtifactIdmt-common |
Version | Version0.2.0 |
Type | Typejar |
Filename | Size |
---|---|
mt-common-0.2.0.pom | |
mt-common-0.2.0-sources.jar | 59 KB |
mt-common-0.2.0-javadoc.jar | 947 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.publicdevop2019/mt-common/ -->
<dependency>
<groupId>com.github.publicdevop2019</groupId>
<artifactId>mt-common</artifactId>
<version>0.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.publicdevop2019/mt-common/
implementation 'com.github.publicdevop2019:mt-common:0.2.0'
// https://jarcasting.com/artifacts/com.github.publicdevop2019/mt-common/
implementation ("com.github.publicdevop2019:mt-common:0.2.0")
'com.github.publicdevop2019:mt-common:jar:0.2.0'
<dependency org="com.github.publicdevop2019" name="mt-common" rev="0.2.0">
<artifact name="mt-common" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.publicdevop2019', module='mt-common', version='0.2.0')
)
libraryDependencies += "com.github.publicdevop2019" % "mt-common" % "0.2.0"
[com.github.publicdevop2019/mt-common "0.2.0"]