GroupId | GroupIdspringmodules |
---|---|
ArtifactId | ArtifactIdspringmodules-hivemind |
Last Version | Last Version0.1 |
Release Date | Release Date |
Type | Typejar |
Description |
Description |
Filename | Size |
---|---|
springmodules-hivemind-0.1.pom | |
springmodules-hivemind-0.1.jar | 6 KB |
Browse |
<!-- https://jarcasting.com/artifacts/springmodules/springmodules-hivemind/ -->
<dependency>
<groupId>springmodules</groupId>
<artifactId>springmodules-hivemind</artifactId>
<version>0.1</version>
</dependency>
// https://jarcasting.com/artifacts/springmodules/springmodules-hivemind/
implementation 'springmodules:springmodules-hivemind:0.1'
// https://jarcasting.com/artifacts/springmodules/springmodules-hivemind/
implementation ("springmodules:springmodules-hivemind:0.1")
'springmodules:springmodules-hivemind:jar:0.1'
<dependency org="springmodules" name="springmodules-hivemind" rev="0.1">
<artifact name="springmodules-hivemind" type="jar" />
</dependency>
@Grapes(
@Grab(group='springmodules', module='springmodules-hivemind', version='0.1')
)
libraryDependencies += "springmodules" % "springmodules-hivemind" % "0.1"
[springmodules/springmodules-hivemind "0.1"]