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