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