GroupId | GroupIdau.com.mountain-pass |
---|---|
ArtifactId | ArtifactIdhyperstate-repository-memory |
Version | Version1 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/au.com.mountain-pass/hyperstate-repository-memory/ -->
<dependency>
<groupId>au.com.mountain-pass</groupId>
<artifactId>hyperstate-repository-memory</artifactId>
<version>1</version>
</dependency>
// https://jarcasting.com/artifacts/au.com.mountain-pass/hyperstate-repository-memory/
implementation 'au.com.mountain-pass:hyperstate-repository-memory:1'
// https://jarcasting.com/artifacts/au.com.mountain-pass/hyperstate-repository-memory/
implementation ("au.com.mountain-pass:hyperstate-repository-memory:1")
'au.com.mountain-pass:hyperstate-repository-memory:jar:1'
<dependency org="au.com.mountain-pass" name="hyperstate-repository-memory" rev="1">
<artifact name="hyperstate-repository-memory" type="jar" />
</dependency>
@Grapes(
@Grab(group='au.com.mountain-pass', module='hyperstate-repository-memory', version='1')
)
libraryDependencies += "au.com.mountain-pass" % "hyperstate-repository-memory" % "1"
[au.com.mountain-pass/hyperstate-repository-memory "1"]