Categories |
CategoriesAuto Application Layer Libs Code Generators |
---|---|
GroupId | GroupIdorg.automvc |
ArtifactId | ArtifactIdhellobee |
Version | Version1.1.3 |
Type | Typejar |
Filename | Size |
---|---|
hellobee-1.1.3.pom | |
hellobee-1.1.3.jar | 4 KB |
hellobee-1.1.3-sources.jar | 2 KB |
hellobee-1.1.3-javadoc.jar | 49 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.automvc/hellobee/ -->
<dependency>
<groupId>org.automvc</groupId>
<artifactId>hellobee</artifactId>
<version>1.1.3</version>
</dependency>
// https://jarcasting.com/artifacts/org.automvc/hellobee/
implementation 'org.automvc:hellobee:1.1.3'
// https://jarcasting.com/artifacts/org.automvc/hellobee/
implementation ("org.automvc:hellobee:1.1.3")
'org.automvc:hellobee:jar:1.1.3'
<dependency org="org.automvc" name="hellobee" rev="1.1.3">
<artifact name="hellobee" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.automvc', module='hellobee', version='1.1.3')
)
libraryDependencies += "org.automvc" % "hellobee" % "1.1.3"
[org.automvc/hellobee "1.1.3"]