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