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