GroupId | GroupIdbeehive |
---|---|
ArtifactId | ArtifactIdwsm-axis |
Last Version | Last Version1.0-alpha |
Release Date | Release Date |
Type | Typejar |
Description |
Description |
Filename | Size |
---|---|
wsm-axis-1.0-alpha.pom | |
wsm-axis-1.0-alpha.jar | 29 KB |
Browse |
<!-- https://jarcasting.com/artifacts/beehive/wsm-axis/ -->
<dependency>
<groupId>beehive</groupId>
<artifactId>wsm-axis</artifactId>
<version>1.0-alpha</version>
</dependency>
// https://jarcasting.com/artifacts/beehive/wsm-axis/
implementation 'beehive:wsm-axis:1.0-alpha'
// https://jarcasting.com/artifacts/beehive/wsm-axis/
implementation ("beehive:wsm-axis:1.0-alpha")
'beehive:wsm-axis:jar:1.0-alpha'
<dependency org="beehive" name="wsm-axis" rev="1.0-alpha">
<artifact name="wsm-axis" type="jar" />
</dependency>
@Grapes(
@Grab(group='beehive', module='wsm-axis', version='1.0-alpha')
)
libraryDependencies += "beehive" % "wsm-axis" % "1.0-alpha"
[beehive/wsm-axis "1.0-alpha"]