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