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