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