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