Categories |
CategoriesAuto Application Layer Libs Code Generators |
---|---|
GroupId | GroupIdorg.automvc |
ArtifactId | ArtifactIdhellobee |
Version | Version1.0 |
Type | Typejar |
Filename | Size |
---|---|
hellobee-1.0.pom | |
hellobee-1.0.jar | 3 KB |
hellobee-1.0-sources.jar | 1 KB |
hellobee-1.0-javadoc.jar | 41 KB |
Browse |
<!-- 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"]