GroupId | GroupIdorg.bitbucket.goalhub.mentalstate |
---|---|
ArtifactId | ArtifactIdmsInterface |
Version | Version2.0.4 |
Type | Typejar |
Filename | Size |
---|---|
msInterface-2.0.4.pom | |
msInterface-2.0.4.jar | 50 KB |
msInterface-2.0.4-tests.jar | 9 KB |
msInterface-2.0.4-sources.jar | 54 KB |
msInterface-2.0.4-javadoc.jar | 233 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.bitbucket.goalhub.mentalstate/msInterface/ -->
<dependency>
<groupId>org.bitbucket.goalhub.mentalstate</groupId>
<artifactId>msInterface</artifactId>
<version>2.0.4</version>
</dependency>
// https://jarcasting.com/artifacts/org.bitbucket.goalhub.mentalstate/msInterface/
implementation 'org.bitbucket.goalhub.mentalstate:msInterface:2.0.4'
// https://jarcasting.com/artifacts/org.bitbucket.goalhub.mentalstate/msInterface/
implementation ("org.bitbucket.goalhub.mentalstate:msInterface:2.0.4")
'org.bitbucket.goalhub.mentalstate:msInterface:jar:2.0.4'
<dependency org="org.bitbucket.goalhub.mentalstate" name="msInterface" rev="2.0.4">
<artifact name="msInterface" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.bitbucket.goalhub.mentalstate', module='msInterface', version='2.0.4')
)
libraryDependencies += "org.bitbucket.goalhub.mentalstate" % "msInterface" % "2.0.4"
[org.bitbucket.goalhub.mentalstate/msInterface "2.0.4"]