GroupId | GroupIdorg.mintshell |
---|---|
ArtifactId | ArtifactIdmintshell-mcl |
Version | Version0.1.0 |
Type | Typejar |
Filename | Size |
---|---|
mintshell-mcl-0.1.0.pom | |
mintshell-mcl-0.1.0.jar | 28 KB |
mintshell-mcl-0.1.0-sources.jar | 13 KB |
mintshell-mcl-0.1.0-javadoc.jar | 113 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.mintshell/mintshell-mcl/ -->
<dependency>
<groupId>org.mintshell</groupId>
<artifactId>mintshell-mcl</artifactId>
<version>0.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.mintshell/mintshell-mcl/
implementation 'org.mintshell:mintshell-mcl:0.1.0'
// https://jarcasting.com/artifacts/org.mintshell/mintshell-mcl/
implementation ("org.mintshell:mintshell-mcl:0.1.0")
'org.mintshell:mintshell-mcl:jar:0.1.0'
<dependency org="org.mintshell" name="mintshell-mcl" rev="0.1.0">
<artifact name="mintshell-mcl" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.mintshell', module='mintshell-mcl', version='0.1.0')
)
libraryDependencies += "org.mintshell" % "mintshell-mcl" % "0.1.0"
[org.mintshell/mintshell-mcl "0.1.0"]