GroupId | GroupIdorg.bitbucket.goalhub |
---|---|
ArtifactId | ArtifactIdmentalstate |
Version | Version2.0.3 |
Type | Typejar |
Filename | Size |
---|---|
mentalstate-2.0.3.pom | 5 KB |
mentalstate-2.0.3-jar-with-dependencies.jar | 433 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/org.bitbucket.goalhub/mentalstate/ -->
<dependency>
<groupId>org.bitbucket.goalhub</groupId>
<artifactId>mentalstate</artifactId>
<version>2.0.3</version>
</dependency>
// https://jarcasting.com/artifacts/org.bitbucket.goalhub/mentalstate/
implementation 'org.bitbucket.goalhub:mentalstate:2.0.3'
// https://jarcasting.com/artifacts/org.bitbucket.goalhub/mentalstate/
implementation ("org.bitbucket.goalhub:mentalstate:2.0.3")
'org.bitbucket.goalhub:mentalstate:jar:2.0.3'
<dependency org="org.bitbucket.goalhub" name="mentalstate" rev="2.0.3">
<artifact name="mentalstate" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.bitbucket.goalhub', module='mentalstate', version='2.0.3')
)
libraryDependencies += "org.bitbucket.goalhub" % "mentalstate" % "2.0.3"
[org.bitbucket.goalhub/mentalstate "2.0.3"]