| License |
License |
|---|---|
| GroupId | GroupIdcom.seelyn |
| ArtifactId | ArtifactIdheron-core |
| Version | Version1.0.0 |
| Type | Typejar |
| Description |
Descriptionheron-core
heron is a lightweight Java Web Framework.
|
| Filename | Size |
|---|---|
| heron-core-1.0.0.pom | |
| heron-core-1.0.0.jar | 2 KB |
| heron-core-1.0.0-sources.jar | 781 bytes |
| heron-core-1.0.0-javadoc.jar | 21 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.seelyn/heron-core/ -->
<dependency>
<groupId>com.seelyn</groupId>
<artifactId>heron-core</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.seelyn/heron-core/
implementation 'com.seelyn:heron-core:1.0.0'
// https://jarcasting.com/artifacts/com.seelyn/heron-core/
implementation ("com.seelyn:heron-core:1.0.0")
'com.seelyn:heron-core:jar:1.0.0'
<dependency org="com.seelyn" name="heron-core" rev="1.0.0">
<artifact name="heron-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.seelyn', module='heron-core', version='1.0.0')
)
libraryDependencies += "com.seelyn" % "heron-core" % "1.0.0"
[com.seelyn/heron-core "1.0.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 3.8.1 |