is not current version
Last Version 1.1.6

org.automvc:hellobee 1.0

Test for deployment to the Central Repository via OSSRH

Categories

Categories

Auto Application Layer Libs Code Generators
GroupId

GroupId

org.automvc
ArtifactId

ArtifactId

hellobee
Version

Version

1.0
Type

Type

jar

Download hellobee 1.0


<!-- https://jarcasting.com/artifacts/org.automvc/hellobee/ -->
<dependency>
    <groupId>org.automvc</groupId>
    <artifactId>hellobee</artifactId>
    <version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.automvc/hellobee/
implementation 'org.automvc:hellobee:1.0'
// https://jarcasting.com/artifacts/org.automvc/hellobee/
implementation ("org.automvc:hellobee:1.0")
'org.automvc:hellobee:jar:1.0'
<dependency org="org.automvc" name="hellobee" rev="1.0">
  <artifact name="hellobee" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.automvc', module='hellobee', version='1.0')
)
libraryDependencies += "org.automvc" % "hellobee" % "1.0"
[org.automvc/hellobee "1.0"]