GroupId | GroupIdcom.github.668mt.mos |
---|---|
ArtifactId | ArtifactIdmos-base |
Version | Version2.1-RELEASE |
Type | Typejar |
Filename | Size |
---|---|
mos-base-2.1-RELEASE.pom | |
mos-base-2.1-RELEASE.jar | 30 KB |
mos-base-2.1-RELEASE-sources.jar | 13 KB |
mos-base-2.1-RELEASE-javadoc.jar | 142 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.668mt.mos/mos-base/ -->
<dependency>
<groupId>com.github.668mt.mos</groupId>
<artifactId>mos-base</artifactId>
<version>2.1-RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.668mt.mos/mos-base/
implementation 'com.github.668mt.mos:mos-base:2.1-RELEASE'
// https://jarcasting.com/artifacts/com.github.668mt.mos/mos-base/
implementation ("com.github.668mt.mos:mos-base:2.1-RELEASE")
'com.github.668mt.mos:mos-base:jar:2.1-RELEASE'
<dependency org="com.github.668mt.mos" name="mos-base" rev="2.1-RELEASE">
<artifact name="mos-base" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.668mt.mos', module='mos-base', version='2.1-RELEASE')
)
libraryDependencies += "com.github.668mt.mos" % "mos-base" % "2.1-RELEASE"
[com.github.668mt.mos/mos-base "2.1-RELEASE"]